mirror of
https://github.com/minio/minio.git
synced 2024-12-24 06:05:55 -05:00
Fix regression in peer clients in TLS setups (#7391)
Regression was introduced in eb69c4f946
This commit is contained in:
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,
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user