Hello,
I got an ubuntu droplet today, installed my nodejs app, installed nginx so it run on direct ip instead of ip:3000, i bought a domain and changed the server_name to:
ns1.digitalocean.com ns2.digitalocean.com ns3.digitalocean.com
In the registar manager (1and1) i even see an image preview with my correct app.
I added the domain into networking for my droplet too.
But for some reason, going to the domain name give me a connexion refused and i see a https in the url, but i didnt installed any ssl certificate. Any idea what i could be missing ?
Thank you.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Anyway, fixed it by adding a ssl certificate but still curious about why i was automatically in https without having installing it.
To give more infos, direct ip is here: http://178.128.101.145/ Wordking well but if i try access with the domain sica-web.app it redirect automatically to https://sica-web.app and dont work.
Here my nginx default:
And in digital ocean networking: