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: interlope.ovh
I ran this command:
certbot certonly --nginx
It produced this output:
root@nginx:/etc/nginx/conf.d# certbot certonly --nginx
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator nginx, Installer nginx
No names were found in your configuration files. Please enter in your domain
name(s) (comma and/or space separated) (Enter 'c' to cancel): wiki.interlope.ovh
Requesting a certificate for wiki.interlope.ovh
Performing the following challenges:
http-01 challenge for wiki.interlope.ovh
Waiting for verification...
Challenge failed for domain wiki.interlope.ovh
http-01 challenge for wiki.interlope.ovh
Cleaning up challenges
Some challenges have failed.
IMPORTANT NOTES:
- The following errors were reported by the server:
Domain: wiki.interlope.ovh
Type: connection
Detail: xx.xx.xx.xx: Fetching
http://wiki.interlope.ovh/.well-known/acme-challenge/tokenxyz:
Timeout during connect (likely firewall problem)
To fix these errors, please make sure that your domain name was
entered correctly and the DNS A/AAAA record(s) for that domain
contain(s) the right IP address. Additionally, please check that
your computer has a publicly routable IP address and that no
firewalls are preventing the server from communicating with the
client. If you're using the webroot plugin, you should also verify
that you are serving files from the webroot path you provided.
My web server is (include version):
nginx version: nginx/1.18.0
The operating system my web server runs on is (include version):
Distributor ID: Debian
Description: Debian GNU/Linux 11 (bullseye)
Release: 11
Codename: 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\
I can access http://wiki.interlope.ovh but i can't get the certificates. Any ideas ?
DNS entries are not the issue :
root@nginx:/etc/nginx/conf.d# dig wiki.interlope.ovh
; <<>> DiG 9.16.37-Debian <<>> wiki.interlope.ovh
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 43170
;; flags: qr rd ra ad; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1232
;; QUESTION SECTION:
;wiki.interlope.ovh. IN A
;; ANSWER SECTION:
wiki.xx.ovh. 1459 IN CNAME wan.interlope.ovh.
wan.xx.ovh. 1459 IN A xx.xx.xx.xx
;; Query time: 4 msec
;; SERVER: 192.168.22.53#53(192.168.22.53)
;; WHEN: Sun Jun 04 16:58:36 CEST 2023
;; MSG SIZE rcvd: 94
And since it is available on web with http, i really don't think it could be a firewall issue (opnsense)