Hey, you guys!
I have VPS server which is hosted by OVH. I want to host there a couple of simple websites that are basically a business card. I managed to deploy one webiste, installed SSL certificate and everything is working fine. Today I wanted to deploy another website, so I followed normal procedure, build application, run it on docker and served over 8080 port. It worked fine if I accessed it by IP so I proceeded to configure Nginx:
My domain is: montanaphibrows.ch
All worked fine. Website was served over http so I proceeded with installation of SSL certificate:
I ran this command: sudo certbot --nginx -d montanaphibrows.ch -d www.montanaphibrows.ch
It produced this output: SSL certificate was installed.
My web server is (include version):
Distributor ID: Ubuntu
Description: Ubuntu 23.04
Release: 23.04
Codename: lunar
My hosting provider: ovh.com
The version of my client is: certbot 2.1.0
However, website is not working. I got only following message in Chrome: This site can’t be reached The connection was reset.
I checked the SSL status on: SSL Checker and all looks good.
I have even used my spare domain to check if the SSL will be applied correctly and it works - https://pm-property.com
I am seriously perplexed...It looks like the reason it is not working is because it's swiss domain? Or am I missing here something?
Edit: I purchased .com domain - montanaphibrows.com and it all works fine. It must be something with swiss domain then. I also asked OVH for support.