Ssl installed success , but webpage display connection timeout

My domain is: http://lju65i.online/

problem :
I followed this tutorials , I can installed ssl without problem , but the real problem is when I visit the webpage it gives me connection timeout I have absulutely no idea about this, I visit http is ok , https return timeout error.
https://www.tecmint.com/secure-apache-with-lets-encrypt-ssl-certificate-on-centos-8/

My web server is (include version): centos 8.2

The operating system my web server runs on is (include version): 2.4 apache

My hosting provider, if applicable, is: aliclound

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

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

Check your firewall, if it’s blocking port 443.

Also check that apache is actually listening: ss -tlpn | grep :443 (if it’s not, restart apache)

Check that your virtualhost actually exists: httpd -S

hi thanks for the reply , can ask how to check firewall blocking port 443 or not ? thanks apache is listinging to 443 , and httpd -s is existed

I have no idea, there can be firewalls at different levels, on your machine, at your cloud provider…

look like port 443 is not opened yet thanks for information

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