-
-
Notifications
You must be signed in to change notification settings - Fork 152
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
Letsencrypt standalone cert not working #363
Comments
Hello I am experiencing the same issue with both self signed certificates and certs generated from a valid CA. Does anybody have any solutions/ideas? |
I tested my certs using express.js example here. I was able to get my Letsencrypt certs to work by changing line 64 from http to https. It is by no means a fix, but at least confirms that communication can be switched to https easily. Next steps will be to look into lines 567-60 io.attach(http) and io.attach(https) lines |
Wow, that's great, thanks 👍 |
Feel free to send a PR and I'll have it merged in. |
I added cert and key from Letsencrypt to config folder yet I can't access it in https.
Error:
This site can’t provide a secure connection
xxxxxxxxx.duckdns.org sent an invalid response.
ERR_SSL_PROTOCOL_ERROR
But it works well with http.
The text was updated successfully, but these errors were encountered: