fatal creating main HTTP server error=newServer failed to initialize TLS certificate cache

MajedMilad

New member
Joined
Jan 1, 2022
Messages
3
Hi, Directadmin stop working
Error:
fatal creating main HTTP server error=newServer failed to initialize TLS certificate cache: open /usr/local/directadmin/conf/cacert.pem: no such fi...ectory port=2222

Failed to start DirectAdmin Web Control Panel.
 
you can install ssl on host with lets encrypt
Code:
cd /usr/local/directadmin/scripts
./letsencrypt.sh request_single 'hostname' 4096
then run -> service start directadmin
thats will fix your issue
 
Back
Top