mirror of
https://github.com/minio/minio.git
synced 2025-11-07 21:02:58 -05:00
Add small client TLS PSK cache (#14039)
This commit is contained in:
@@ -1642,7 +1642,8 @@ func newRemoteClusterHTTPTransport() *http.Transport {
|
||||
tr := &http.Transport{
|
||||
Proxy: http.ProxyFromEnvironment,
|
||||
TLSClientConfig: &tls.Config{
|
||||
RootCAs: globalRootCAs,
|
||||
RootCAs: globalRootCAs,
|
||||
ClientSessionCache: tls.NewLRUClientSessionCache(tlsClientSessionCacheSize),
|
||||
},
|
||||
}
|
||||
return tr
|
||||
|
||||
Reference in New Issue
Block a user