-
-
Notifications
You must be signed in to change notification settings - Fork 33
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 support #8
Comments
Probably best if I did a HTTPS via NGINX guide, or I implement the SSL functionality via Express... Hm. |
there is still no ssl, right? |
Not as of yet. I'd recommend putting it behind a NGINX proxy with SSL enabled, and have NLS bound to local host. Also this ticket is from 2020... holy shit, how does time fly... |
sorry, im not very familiar with web dev and nodejs, i have prev version of nodelist. v2. and im trying to make a crossplatform game. from mobiles everything great, but from webgl build i need to have https requests. ive installed nginx, and ssl from letsencrypt to my server, but im stuck next. idk how to make nodelist to work with ssl and https. |
well, its worked. from this thread i now have 2 opened server for regular nodelist and https on different port with ssl |
Your own suggestion - just a reminder.
Unity engine, and places like xcode may remove the 'allow unsafe downloads' option soon, so https will be forced.
The text was updated successfully, but these errors were encountered: