Hi, I’m hoping there’s someone who can help me out with setting up https for my TLJH server. I’m on an Azure Ubuntu 18.04 VM.
I followed the instructions for setting up HTTPS with LetsEncrypt.
Here’s the relevant part of my config:
https:
enabled: true
letsencrypt:
email: me@domain.site
domains:
- subdomain.domain.site
However when I try to acces TLJH in the browser I now get an invalid certificate error (NET::ERR_CERT_AUTHORITY_INVALID to be specific) and it seems like TLJH wasn’t able to connect with LetsEncrypt. I followed the troubleshooting guide and I found the following error in the traefik logs:
Nov 25 21:24:24 machine traefik[16073]: time="2021-11-25T21:24:24Z" level=error msg="Unable to obtain ACME certificate for domains \"subdomain.domain.site\" : unable to generate a certificate for the domains [subdomain.domain.site]: error: one or more domains had a problem:\n[subdomain.domain.site] acme: error: 403 :: urn:ietf:params:acme:error:unauthorized :: During secondary validation: Invalid response from https://reverbchannel-hub.aced.site/.well-known/acme-challenge/JBKmXNaFunO33ZOz2hcUyR5RmzwGlq3nMEC0MRRWwMI [2a03:3c00:a002:202::1000]:
\"\\n<!DOCTYPE HTML PUBLIC \\\"-//IETF//DTD HTML 2.0//EN\\\">\\n<html><head>\\n<title>500 Internal Server Error</title>\\n</head><body>\\n<h1>Inte\"
But now I am somewhat lost as to how to fix this. Any thoughts or ideas?