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

SSL support #8

Open
JesusLuvsYooh opened this issue Oct 3, 2020 · 5 comments
Open

SSL support #8

JesusLuvsYooh opened this issue Oct 3, 2020 · 5 comments
Labels
enhancement New feature or request

Comments

@JesusLuvsYooh
Copy link
Contributor

JesusLuvsYooh commented Oct 3, 2020

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.

@SoftwareGuy
Copy link
Owner

Probably best if I did a HTTPS via NGINX guide, or I implement the SSL functionality via Express... Hm.

@SoftwareGuy SoftwareGuy added the enhancement New feature or request label Nov 11, 2020
@SnaiperoG3D
Copy link

there is still no ssl, right?

@SoftwareGuy
Copy link
Owner

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...

@SnaiperoG3D
Copy link

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.
ive found this thread: https://stackoverflow.com/questions/11744975/enabling-https-on-express-js
and idk will it work or not

@SnaiperoG3D
Copy link

well, its worked. from this thread i now have 2 opened server for regular nodelist and https on different port with ssl

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

No branches or pull requests

3 participants