mirror of
https://github.com/pgsty/minio.git
synced 2026-07-26 23:46:15 +03:00
Add TLS encryption capability to RPC clients (#2789)
This commit is contained in:
committed by
Harshavardhana
parent
1e6afac3bd
commit
9fb1c89f81
@@ -107,6 +107,7 @@ func newRPCClient(networkPath string) (StorageAPI, error) {
|
||||
rpcClient := newAuthClient(&authConfig{
|
||||
accessKey: cred.AccessKeyID,
|
||||
secretKey: cred.SecretAccessKey,
|
||||
secureConn: isSSL(),
|
||||
address: rpcAddr,
|
||||
path: rpcPath,
|
||||
loginMethod: "Storage.LoginHandler",
|
||||
|
||||
Reference in New Issue
Block a user