Webapp doesn't load after installing ssl certificate through certbot in nginx

Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. crt.sh | example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.

My domain is: asm-demo.acemcbohol.ph

I ran this command: sudo certbot --nginx -d asm-demo.acemcbohol.ph www.asm-demo.acemcbohol.ph

It produced this output: Successfully received certificate.
Certificate is saved at: /etc/letsencrypt/live/asm-demo.acemcbohol.ph/fullchain.pem
Key is saved at: /etc/letsencrypt/live/asm-demo.acemcbohol.ph/privkey.pem
This certificate expires on 2022-12-10.
These files will be updated when the certificate renews.
Certbot has set up a scheduled task to automatically renew this certificate in the background.

Deploying certificate
Successfully deployed certificate for asm-demo.acemcbohol.ph to /etc/nginx/sites-enabled/asm-demo.acemcbohol.ph
Successfully deployed certificate for www.asm-demo.acemcbohol.ph to /etc/nginx/sites-enabled/asm-demo.acemcbohol.ph
Congratulations! You have successfully enabled HTTPS on https://asm-demo.acemcbohol.ph and https://www.asm-demo.acemcbohol.ph

My web server is (include version): nginx version: nginx/1.18.0 (Ubuntu)

The operating system my web server runs on is (include version):Ubuntu 22.04 LTS

My hosting provider, if applicable, is:

I can login to a root shell on my machine (yes or no, or I don't know): yes

I'm using a control panel to manage my site (no, or provide the name and version of the control panel):

The version of my client is (e.g. output of certbot --version or certbot-auto --version if you're using Certbot):

The browser window just hangs indefinitely with 100 % CPU use and needs a manual "End process" in Chrome.. What kind of webapp is it, some cryptominer or something? I don't know if or how this would be TLS certificate related though. Also, with a hanging browser window, it's difficult to debug, as nothing comes up in the console..

4 Likes

I have notice in IOS chrome using iPhone it can be access without problem. im using nextjs app

my application can access locally, but after install ssl page it doesnt load pages and browser window just hangs indefinitely.

and also when i enable https-only mode on Firefox web app load normally.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.