I can't connect to DA over ssl.

hostfast

Verified User
Joined
Jul 28, 2008
Messages
45
Hello,

DA working on debian etch4 with grsecurity kernel.
If I change on directadmin.conf SSL=1, DA not responding, and in DA error.log is :
Can't connect to ssl!
->error_ssl

"Normal" pages on this server working via https no problem.

Please help me

Regards
 
Did you create your ssl certs?

SSL=1
ssl_redirect_host=securedomain.com
cacert=/usr/local/directadmin/conf/cacert.pem
cakey=/usr/local/directadmin/conf/cakey.pem
 
Did you create your ssl certs?

SSL=1
ssl_redirect_host=securedomain.com
cacert=/usr/local/directadmin/conf/cacert.pem
cakey=/usr/local/directadmin/conf/cakey.pem

Yes, my certs exists in path in directadmin.conf.
What is: can't connect to ssl! message :confused:
 
Did you include the line:
Code:
SSL=1
in your DirectAdmin configuration file?

Jeff
 
Its supposed to be SSL=1 jeff posted wrong. Maybe you will want to post your real url to see if anyone else can connect to it via ssl. Then you will know if it is a problem related only to you or your server.
 
No i have SSL=1 .
My error; I didn't see my typo; I've fixed it.
In firefox3 browser error message: ssl_error_rx_record_too_long
I never saw that error but googling it finds me this from the mozilla site:
This generally indicates that the remote peer system has a flawed implementation of SSL, and is violating the SSL specification.
However it's being reported widely recently; I'd suggest reinstalling your SSL, making sure you have the most recent version.

Jeff
 
My error; I didn't see my typo; I've fixed it.
I never saw that error but googling it finds me this from the mozilla site:
However it's being reported widely recently; I'd suggest reinstalling your SSL, making sure you have the most recent version.
Jeff

This problem with incorrect version common nothing openssl.
Probably, problem is after part DirectAdmin and kernel 2.6.24.5 with grsecurity path. Has some problems at work under this core DirectAdmin.

Are some suggestions else?

Regards
 
My error; I didn't see my typo; I've fixed it.

I never saw that error but googling it finds me this from the mozilla site:

However it's being reported widely recently; I'd suggest reinstalling your SSL, making sure you have the most recent version.

Jeff

I have advised . Quote from directadmin.conf below :
SSL=0
port=2222 #non ssl
ssl_port=2223 #ssl

Regards
 
Back
Top