Hello everyone,

I’ve been trying to set up a Mumble voice chat server on my home network using a Debian server. As part of the setup process, I need to obtain an SSL certificate from Let’s Encrypt for secure HTTPS access to the server. However, I’m encountering an error when running the Certbot client to request the certificate.

Here’s the command I’m running:

sudo certbot certonly -d mydomain.com

But I get the following error message:

Timeout during connect (likely firewall problem)

I’ve checked my firewall rules and confirmed that I’ve opened port 80 as required for the Let’s Encrypt verification process. Here’s the relevant rule in my ufw configuration:

80/tcp ALLOW Anywhere

Despite this, I’m still getting the timeout error. Has anyone else encountered this issue before? What steps should I take to troubleshoot further?

Thanks in advance for any advice!

    • PLAVAT🧿S@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      4
      ·
      4 months ago

      In this situation certbot is using 80 for a challenge/response test to have the host validate itself as the source.

      • Ebby@lemmy.ssba.com
        cake
        link
        fedilink
        English
        arrow-up
        2
        ·
        4 months ago

        Ah, certbot might be a little different then my system. Mine begins the process of renewing the let’s encrypt cert on port 80 and switches to 443 to finish. I have to have both open.