SSL Error on the Direct Admin control panel

HageHosting

Verified User
Joined
Sep 25, 2006
Messages
84
I have a certicate and key from comodo en when i installed in directadmin.com i get this error.
2012:05:19-23:44:02: -> A failure in the SSL library occurred, usually a protocol error.
2012:05:19-23:44:02: -> error:00000001:lib(0):func(0):reason(1)

In the directadmin error logfile.
I can login with ssl in directadmin but with errors but i can see my certificate in my browser and that is correct the information for one year valid on the good domainname ?
Is there something wrong with openssl ?

Edit:
Solved the problem bij installing the root certificate.
 
Last edited:
Bump... Anyone else here? I just installed a new public certificate for DA control panel forced use and I get the:

2012:12:02-20:39:20: Can't connect to ssl!
2012:12:02-20:39:20: -> A failure in the SSL library occurred, usually a protocol error.
2012:12:02-20:39:20: -> error:00000001:lib(0):func(0):reason(1)
2012:12:02-20:41:53: Can't connect to ssl!
2012:12:02-20:41:53: -> A failure in the SSL library occurred, usually a protocol error.
2012:12:02-20:41:53: -> error:00000001:lib(0):func(0):reason(1)
2012:12:02-20:42:34: Can't connect to ssl!
2012:12:02-20:42:34: -> A failure in the SSL library occurred, usually a protocol error.
2012:12:02-20:42:34: -> error:00000001:lib(0):func(0):reason(1)

But I am able to login. I just don't like unexplained issues.

CDKotran
 
Did you properly install the root certificate (sometimes called the CA certificate) as well? That fixed the problem for the thread starter.

Jeff
 
I suppose that depends on your definition of "properly install the root certificate". :)

from directadmin.conf you have the following settings:

apachecert=/etc/httpd/conf/ssl.crt/wildcard_XXXXXXXX_net.crt
apachekey=/etc/httpd/conf/ssl.key/wildcard_XXXXXXXX_net.key
cacert=/usr/local/directadmin/conf/ssl.crt/wildcard_XXXXXXXX_net.crt
cakey=/usr/local/directadmin/conf/ssl.key/wildcard_XXXXXXXX_net.key
carootcert=/usr/local/directadmin/conf/ssl.crt/digicert_high_assurance_ev_root_ca.crt

As per the physical folders and files:

[root@YYYY01 conf]# pwd
/usr/local/directadmin/conf
[root@YYYY01 conf]# ll ssl.*
ssl.crt:
total 16
-rw------- 1 diradmin diradmin 2260 Dec 2 16:02 digicert_high_assurance_ca3_intermediate.crt
-rw------- 1 diradmin diradmin 1367 Dec 2 16:02 digicert_high_assurance_ev_root_ca.crt
-rw------- 1 diradmin diradmin 952 Dec 2 16:02 server.crt
-rw------- 1 diradmin diradmin 2411 Dec 2 16:02 wildcard_XXXXXXXX_net.crt

ssl.key:
total 4
-rw------- 1 diradmin diradmin 1679 Dec 2 16:02 wildcard_XXXXXXXX_net.key
[root@YYYY01 conf]#
 
Anyone have any valid thoughts here yet? This error is getting annoying across all three (3) servers. It even appears to cause timeouts here and there of the panel.
 
Back
Top