Syncworx Team
Results
2
comments of
Syncworx Team
I am facing the Same Issue. Is there anything I can do here to Fix this? My Redsmin Agent is not connecting.
> Not ideal but doable, bypass cert validation: > > Add {rejectUnauthorized:false} to tls.connet method in: /node_modules/redsmin/lib/Endpoint.js line135 > > this.socket = tls.connect(this.port, this.hostname, {rejectUnauthorized:false}, this.onConnected); This Solution works for...