func NewTLSServer(domain string, handler http.Handler) (*httptest.Server, error)
NewTLSServer returns an httptest server, with an http client that has been configured to send all requests to the returned server. The TLS certs are generated for the given domain. If you need a transport, Client().Transport is correctly configured.