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: monitor.packetfilters.net
I ran this command: certbot certonly --manual --preferred-challenges http -d monitor.packetfilters.net
It produced this output: Failed authorization procedure. monitor.packetfilters.net (http-01): urn:ietf:params:acme:error:connection :: The server could not connect to the client to verify the domain :: Fetching http://monitor.packetfilters.net/.well-known/acme-challenge/ETXrnCEGPMtt6ZpWkwMFcuQ6o44kf1XtOILFQArs3I4: Timeout during connect (likely firewall problem)
My web server is (include version): Apache/2.4.7
The operating system my web server runs on is (include version): Ubuntu 14.04.5 LTS
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):
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you’re using Certbot): 0.28.0
dig @8.8.8.8 monitor.packetfilters.net
; <<>> DiG 9.9.5-3ubuntu0.18-Ubuntu <<>> @8.8.8.8 monitor.packetfilters.net
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 39916
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;monitor.packetfilters.net. IN A
;; ANSWER SECTION:
monitor.packetfilters.net. 11117 IN A 146.196.88.3
;; Query time: 15 msec
;; SERVER: 8.8.8.8#53(8.8.8.8)
;; WHEN: Fri Feb 01 15:48:17 HKT 2019
;; MSG SIZE rcvd: 70
curl http://monitor.packetfilters.net/.well-known/acme-challenge/ETXrnCEGPMtt6ZpWkwMFcuQ6o44kf1XtOILFQArs3I4
ETXrnCEGPMtt6ZpWkwMFcuQ6o44kf1XtOILFQArs3I4.jo7CLeOmeYsRu8WMlTyc3ZUocXXQ1eBPhkdsS4UMad8
port 80 is opened and i can do curl to retrieve the file from internet, however, timeout still occurred and failed to authenticate my server, what could be wrong?