mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-02-05 03:30:19 -06:00
change to InsecureBackends flag
This commit is contained in:
@@ -54,7 +54,7 @@ func NewMultiHostReverseProxy(opts ...Option) *MultiHostReverseProxy {
|
||||
TLSHandshakeTimeout: 10 * time.Second,
|
||||
ExpectContinueTimeout: 1 * time.Second,
|
||||
TLSClientConfig: &tls.Config{
|
||||
InsecureSkipVerify: options.Config.Insecure,
|
||||
InsecureSkipVerify: options.Config.InsecureBackends,
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user