Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. https://crt.sh/?q=example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.
My domain is: yaosap.com yaosap.net
I ran this command:sudo certbot -d yaosap.net --https-port 50443 --http-01-port 50080
It produced this output:
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Requesting a certificate for yaosap.net
Certbot failed to authenticate some domains (authenticator: apache). The Certificate Authority reported these problems:
Domain: yaosap.net
Type: connection
Detail: 88.127.174.18: Fetching http://yaosap.net/.well-known/acme-challenge/6XqFBMfyWEwduWnX0N_7ZH6W-nlIXbR-fLCCr-W2r_Q: Timeout during connect (likely firewall problem)
Hint: The Certificate Authority failed to verify the temporary Apache configuration changes made by Certbot. Ensure that the listed domains point to this Apache server and that it is accessible from the internet.
Some challenges have failed.
Ask for help or search for solutions at https://community.letsencrypt.org. See the logfile /var/log/letsencrypt/letsencrypt.log or re-run Certbot with -v for more details.
My web server is (include version): Server version: Apache/2.4.57 (Debian)
The operating system my web server runs on is (include version):
Distributor ID: | Debian |
---|---|
Description: | Debian GNU/Linux 12 (bookworm) |
Release: | 12 |
Codename: | bookworm |
My hosting provider, if applicable, is: free.fr
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, I use configuration file
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you're using Certbot): certbot 2.1.0
Hi,
I installed a web server on my workstation. I used to renew certificate without problem. Now, my ISP no longer allow access to 80 and 443 (and any below 40000). I changed my internet box so 50080 redirect to port 80 on my computer and 50443 to 443 butI can't renew my certificates.
Could you help me please ?