We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fa49f3 commit f635041Copy full SHA for f635041
modules/private/internal.go
@@ -39,6 +39,7 @@ func decodeJSONError(resp *http.Response) *Response {
39
func newInternalRequest(url, method string) *httplib.Request {
40
req := newRequest(url, method).SetTLSClientConfig(&tls.Config{
41
InsecureSkipVerify: true,
42
+ ServerName: setting.Domain,
43
})
44
if setting.Protocol == setting.UnixSocket {
45
req.SetTransport(&http.Transport{
0 commit comments