I’m operating nginx webserver on AWS EC on which I’m internet hosting a webpage. I’ve created TLS certificates and was anticipating to attach through https.
When request is made merely with http I’m able to entry the webpage however once I attempt it with https://www.mysitesname.internet am directed to webpage with ‘500 inside server error’
Web site works in HTTP on PC however, on Android or iphone nginx places out ‘500 inside server error’ which I beginning to imagine is android and iphone are utilizing https even once I use mysitesname.internet within the browser.
The query partly:
i) Why I’m not in a position to join with a safe connection.
ii) I’m right to imagine that Android or apple cellphone are utilizing https
iii) I’ve talked about redirect guidelines to direct the get request to an error web page which is in the identical listing within the webserver and have added guidelines to nginx.conf file to do this, the redirect to the webpage by no means occurs and request results in default ‘500 inside server error’ nginx/1.28.0 message.
curl -I http://mysitesname.net–> 200 okay – This confirms that http methodology is working simply high-quality.
curl -I https://mysitesname.internet –> HTTP/2 500