Skip to content
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

Open
darknblack opened this issue Feb 16, 2019 · 4 comments
Open

Letsencrypt standalone cert not working #363

darknblack opened this issue Feb 16, 2019 · 4 comments

Comments

@darknblack
Copy link

darknblack commented Feb 16, 2019

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.

@minmaxsupreme
Copy link

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?

@minmaxsupreme
Copy link

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

@darknblack
Copy link
Author

darknblack commented Apr 18, 2020

Wow, that's great, thanks 👍

@nawazdhandala
Copy link
Contributor

Feel free to send a PR and I'll have it merged in.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants