-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Connection closed because of an error:certificate has expired #110
Comments
I am facing the Same Issue. Is there anything I can do here to Fix this? My Redsmin Agent is not connecting. |
Seems we can't really use this project anymore, still seeing same issue. |
Not ideal but doable, bypass cert validation: Add {rejectUnauthorized:false} to tls.connet method in: this.socket = tls.connect(this.port, this.hostname, {rejectUnauthorized:false}, this.onConnected); |
This is working @JanSchnurle, thanks a lot, however is theren't any other option to renew an expired certificate? |
@antonio-antonucci Its up to Redsmin to adjust it, since its an expired cert on their infrastructure =[ |
This Solution works for me. Not so happy with this hack for now it is working. |
This seems to be happening again. |
Hi, it seems that the SSL certificate has expired as reported below, how can I renew it?
{"level":"info","message":"[Endpoint] Connecting to ssl.redsmin.com:993..."}
{"level":"error","message":"[Endpoint] Error certificate has expired"}
{"level":"error","message":"[Endpoint] Connection closed because of an error:certificate has expired"}
{"level":"debug","message":"onClose():: reconnecting..."}
{"level":"error","message":"[Endpoint] Connection closed because of an error:true"}
Thanks
oo0v0oo
The text was updated successfully, but these errors were encountered: