Let's encrypt no certificat

toktokcity

Verified User
Joined
Apr 29, 2016
Messages
106
Location
The Netherlands
Installing a new VPS nginx_apache, php 7.1, everything seems to work fine, but generating certificats gives the following result:

I did add lets encrypt to directadmin.conf, restart, did a rewrite_configs.

HTML:
Cannot Execute Your Request

Details

Getting challenge for arjenkorevaar.nl from acme-server...
Nonce is empty. Exiting. dig output of acme-v01.api.letsencrypt.org: 
api.letsencrypt.org.edgekey.net.
e981.dscb.akamaiedge.net.
23.62.131.169
Full nonce request output:

There is not much information to do research with...

Hoping for someone with a brilliant idea :-)
 
Do you have the newest letsencrypt.sh file installed? Last time I checked it should be version 1.0.4:

Code:
cd /usr/local/directadmin/custombuild
./build update
./build versions
./build letsencrypt
 
Fixed. Changed PHP 7.1 from PHP-FPM to MOD_PHP and enabled mod_ruid2 again.


So PHP-FPM doesn't work with LetsEncrypt?

And yeah, just got the same error trying to generate a server name certifcate.

Nonce is empty. Exiting. dig output of acme-v01.api.letsencrypt.org:
api.letsencrypt.org.edgekey.net.
e981.dscb.akamaiedge.net.
23.211.237.51
Full nonce request output:
 
It is working fine here with PHP-FPM 7.1. Are you using letsencrypt=1 or 2 in your directadmin.conf?
 
Back
Top