Latest Release: 1.5.3 (2018120800)
New trouble with Letsencrypt. All standard domains are working well with Letsencrypt. But my admin panel does not:
After a manualy run of (as root)
perl /var/www/imscp/gui/plugins/LetsEncrypt/cron/renew.pl -dv
I cant login anymore to it. So i opened the database by shell.
select * from letsencrypt WHERE DOMAIN_NAME = 'admin.web4you-server-02.web4you-gmbh.ch';
tells me:
Challenge failed for domain admin.web4you-server-02.web4you-gmbh.ch
Some challenges have failed. at /var/www/imscp/gui/plugins/LetsEncrypt/backend/LetsEncrypt.pm line 834.
Letsencrypt_status is on "torenew"
Line 834 is:
: execute( [ $self->{'config'}->{'certbot_path'}, @certbotParams ], \$stdout, \$stderr ) == 0 or die( $stderr $stdout );
Any hint?