I'm trying to get Let's Encrypt working on one of my web servers (which is behind the WAF).
This is what I'm running and receiving on the web server:
$ sudo certbot certonly --webroot -d internal.bordo.com.au -w /myRoot/
Password:
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator webroot, Installer None
Obtaining a new certificate
Performing the following challenges:
http-01 challenge for internal.bordo.com.au
Using the webroot path /myRoot for all unmatched domains.
Waiting for verification...
Challenge failed for domain internal.bordo.com.au
http-01 challenge for internal.bordo.com.au
Cleaning up challenges
Some challenges have failed.
IMPORTANT NOTES:
- The following errors were reported by the server:
Domain: internal.bordo.com.au
Type: connection
Detail: Fetching
internal.bordo.com.au/.../PftAsVdmkyiDzNJpxfjGkuat-vviRTpiTtZRyuOGPrw:
Timeout after connect (your server may be slow or overloaded)
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.
The WAF log (logwin.html) shows:
In the WAF settings I've set it to 'No Profile' and unchecked all the boxesin Advanced.
Any suggestions?
Running Release 9.705-3.
Thanks, James.
This thread was automatically locked due to age.