SoftwareGuy / NodeListServer

Node List Server is a multi-purpose server list system. NodeJS powered and supports Docker.
Other
92 stars 33 forks source link

SSL support #8

Open JesusLuvsYooh opened 3 years ago

JesusLuvsYooh commented 3 years ago

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 commented 3 years ago

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

SnaiperoG3D commented 1 year ago

there is still no ssl, right?

SoftwareGuy commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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