mirror of
https://github.com/pgsty/minio.git
synced 2026-03-16 01:26:03 +01:00
Fix regression in peer clients in TLS setups (#7391)
Regression was introduced in eb69c4f946
This commit is contained in:
committed by
Nitish Tiwari
parent
73be3ed0ca
commit
328eb74cbb
@@ -410,7 +410,7 @@ func newPeerRESTClient(peer *xnet.Host) (*peerRESTClient, error) {
|
||||
var tlsConfig *tls.Config
|
||||
if globalIsSSL {
|
||||
tlsConfig = &tls.Config{
|
||||
ServerName: peer.String(),
|
||||
ServerName: peer.Name,
|
||||
RootCAs: globalRootCAs,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user