Server timeout after successful certification

My domain is: xtratuneradio.servemp3.com

I ran this command: certbot certonly --webroot-path="/usr/share/icecast2/web" -d 'xtratuneradio.servemp3.com'

It produced this output: certificate not yet ready for renewal

My web server is (include version): Icecast 2.4.4

The operating system my web server runs on is (include version): Ubuntu "jammy"

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): no

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

I have successfully created a cert, but now that I have it, the website always times out. I managed to connect to it once after making the cert, but it took upwards of 30 seconds to connect. I know the server is live because i can connect directly via localhost, and evidence of the cert's existence is shown thanks to a bad domain error.

Does the server HAVE to be running on ports 80 or 443? Is there any way to keep the SSL encryption on another, less congested port? Is congestion even causing this issue?

That is a good first test but only proves you can access it from your local network

I cannot connect using HTTP(port 80) or HTTPS (port 443).

No, but those are the defaults when making requests like HTTP://(...) and HTTPS://(...)

You can explicitly specify the port like https://example.com:8443 but people generally don't like that. And, no, your ports are not "congested" :slight_smile:

It looks to me like you have a firewall or some other device preventing connections from the public internet.

The Let's Debug system (here) cannot reach you using HTTP. And this SSL Checker (here) cannot reach you using HTTPS

I can't reach either of those from my own test server either. You have some fundamental problem with access from the public internet

Can you reach your domain from the public internet? Like a mobile phone with wifi disabled so using the carrier network?

3 Likes

Currently I can not access it via public internet, I've tried remaking the firewall rules on windows and in my routers settings, but they were already working before and there's not much else i can change there. Ill keep exploring options tonight

How do Ubuntu and Windows work together?

3 Likes

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