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. crt.sh | 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:
camera.ttsh.dk
I ran this command:
certbot renew
It produced this output:
Domain: camera.ttsh.dk
Type: connection
Detail: 46.32.37.185: Fetching
http://camera.ttsh.dk/.well-known/acme-challenge/PJqcO39KaG5AQNGnwpaip3tyLq3q_-RHu4Wz1SeihoM:
Timeout during connect (likely firewall problem)
My web server is (include version):
apache 2.4.56
The operating system my web server runs on is (include version):
Raspbian GNU/Linux 11 (bullseye)
My hosting provider, if applicable, is:
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):
certbot 1.12.0
Additional data :
on target:
$ echo hi > .well-known/acme-challenge/b
executed from microsoft azure
$ curl http://vejen-karate.dk/.well-known/acme-challenge/b
hi
executed from local - loopback
$ curl http://vejen-karate.dk/.well-known/acme-challenge/b
hi
Certbot reports
Domain: camera.ttsh.dk
Type: connection
Detail: 46.32.37.185: Fetching
http://camera.ttsh.dk/.well-known/acme-challenge/PJqcO39KaG5AQNGnwpaip3tyLq3q_-RHu4Wz1SeihoM:
Timeout during connect (likely firewall problem)
Does nto seem to be a local http problem.
Any ideas on what to do ?