mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
Add TLS encryption capability to RPC clients (#2789)
This commit is contained in:
committed by
Harshavardhana
parent
1e6afac3bd
commit
9fb1c89f81
@@ -294,7 +294,7 @@ func (l *lockServer) lockMaintenance(interval time.Duration) {
|
||||
// Validate if long lived locks are indeed clean.
|
||||
for _, nlrip := range nlripLongLived {
|
||||
// Initialize client based on the long live locks.
|
||||
c := newClient(nlrip.lri.node, nlrip.lri.rpcPath)
|
||||
c := newClient(nlrip.lri.node, nlrip.lri.rpcPath, isSSL())
|
||||
|
||||
var expired bool
|
||||
|
||||
|
||||
Reference in New Issue
Block a user