Merge remote-tracking branch 'origin'

This commit is contained in:
Brad Rydzewski 2017-07-12 14:04:34 -04:00
commit 7e76fecc3f

View file

@ -233,6 +233,7 @@ func CreateConsumer(URL string, ConsumerKey string, PrivateKey *rsa.PrivateKey)
consumer.HttpClient = &http.Client{
Transport: &http.Transport{
TLSClientConfig: &tls.Config{InsecureSkipVerify: true},
Proxy: http.ProxyFromEnvironment,
},
}
return consumer