36

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!

you are viewing a single comment's thread
view the rest of the comments
[-] Ebby@lemmy.ssba.com 2 points 3 months ago

Http is port 80, but https is port 443. I'd try opening that too.

[-] Plavatos@sh.itjust.works 4 points 3 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 2 points 3 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.

this post was submitted on 10 Mar 2024
36 points (92.9% liked)

Selfhosted

37770 readers
224 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS