Hi,
I purchased SSL certificate from DigiCert and install it to my domain
and its working fine
https://www.domain.com
Now I decided to make DA login page to be secure
https://www.domain.com:2222
I added the certs in the directory /usr/local/directadmin/conf/ and gave them the right permission
chown diradmin:diradmin xxx.pem
I modified directadmin.conf with
SSL=1
cacert=/usr/local/directadmin/conf/cacert.pem
cakey=/usr/local/directadmin/conf/cakey.pem
carootcert=/usr/local/directadmin/conf/carootcert.pem
and I restarted DA and httpd
now https://www.domain.com:2222 is nor working
but strange the https://www.domain.com works
error log shows
2014:10:19-11:11:40: Can't connect to ssl!
2014:10:19-11:11:40: -> A failure in the SSL library occurred, usually a protocol error.
2014:10:19-11:11:40: -> error:00000001:lib(0):func(0):reason(1)
any idea ?
I purchased SSL certificate from DigiCert and install it to my domain
and its working fine
https://www.domain.com
Now I decided to make DA login page to be secure
https://www.domain.com:2222
I added the certs in the directory /usr/local/directadmin/conf/ and gave them the right permission
chown diradmin:diradmin xxx.pem
I modified directadmin.conf with
SSL=1
cacert=/usr/local/directadmin/conf/cacert.pem
cakey=/usr/local/directadmin/conf/cakey.pem
carootcert=/usr/local/directadmin/conf/carootcert.pem
and I restarted DA and httpd
now https://www.domain.com:2222 is nor working
but strange the https://www.domain.com works
error log shows
2014:10:19-11:11:40: Can't connect to ssl!
2014:10:19-11:11:40: -> A failure in the SSL library occurred, usually a protocol error.
2014:10:19-11:11:40: -> error:00000001:lib(0):func(0):reason(1)
any idea ?