-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
SSL using legit (non-self signed) certificate. #415
Comments
Hello @vedi0boy, I should be able to provide an example for you to use a certificate (Let's encrypt) for the server. Gonna add a documentation. Greetings |
Hello @vedi0boy, please check out my wiki post with some examples here. Greetings |
Awesome! I will try it when I get the chance. Does this only work with Let's Encrypt? I use it but I'm just curious for people using other CAs. |
Hello @vedi0boy, well I use it with a Let's Encrypt certificate. Some certificiates may not use "pem" files so it will be likely that you have to use a keystore. Greetings |
I tried to create a server hosted on the same server as my website with https on it. (https://hollowbit.net/vedi0boy/). You can see https works, but when I try using it for websockets, it doesn't. Is there a way to do it or is it simply not implemented yet.
When using applications made with gwt (java converted to javascript) for example, it doesn't allow you to connect to self-signed certificate servers for security reasons. Also, it looks a lot more legit if I don't use them.
Thanks!
The text was updated successfully, but these errors were encountered: