I already have set up a domain name for the server of my chat app, (https://server.quizzity.tech/), and used certbot to add a CA certificate to get HTTPS. Now, however, I would like to also get one for the domain server.coola.tw. I have pointed the A record and the http website (linked below) works. However, the client needs HTTPS to connect to and therefore I need to make it a HTTPS site. I ran the normal certbot commands as it says in their documentation, and added the domain, which it says was successful. However, three days later, https://server.coola.tw/ still does not load. What am I doing wrong?
I think so. Oh, and by the way the host is azure, not oracle cloud. It was this command: sudo certbot certonly --standalone. I cannot remember what the output was (it was 3 days ago)
Neither of your sites load for me, is the VM running? Also in azure check that http and https ports (TCP 80,443) are open in the azure networking control panel.
[also installing a firewall is potentially redundant as your VM is already running on it's own virtual lan with a firewall controlled in the azure networking (security group) settings]
I can. I think I locked myself out by installing firewalld, I just found the serial console myself. How on earth am I going to fix this now... I think I should mainly just try to back up all the files somehow (not quite sure how though) before attempting something else. I dont want to lose the entire data of the app.
How are you trying to connect to your server? Using the hostname or the IP address of your server? Because currently you have put the Cloudflare CDN in front of your website, so your hostname is resolving to Cloudflare IP addresses. And obviously you cannot SSH into a Cloudflare server.