I have Done theConfigurations in DockerFile and default.conf file, my code is running on port 80 i.e, http. but when i try to open it in https the website is not showing up, i used nginx reverse proxy for this.
error : This site can’t be reached - this is the error im getting.
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.
Click below to sign up and get $100 of credit to try our products over 60 days!
Hey there!
It sounds like Nginx may not be fully configured to accept the HTTPS traffic. You may want to ensure that a SSL is correctly configured to work with Nginx. This Nginx Letsencrypt guide should help get that fully configured.
Hope it helps! Nate