gofmt
This commit is contained in:
parent
96ed20de7b
commit
df6561165a
@ -111,7 +111,7 @@ func configure(c *consulRegistry, opts ...registry.Option) {
|
|||||||
|
|
||||||
// requires secure connection?
|
// requires secure connection?
|
||||||
if c.opts.Secure || c.opts.TLSConfig != nil {
|
if c.opts.Secure || c.opts.TLSConfig != nil {
|
||||||
|
|
||||||
config.Scheme = "https"
|
config.Scheme = "https"
|
||||||
// We're going to support InsecureSkipVerify
|
// We're going to support InsecureSkipVerify
|
||||||
config.HttpClient.Transport = newTransport(c.opts.TLSConfig)
|
config.HttpClient.Transport = newTransport(c.opts.TLSConfig)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user