Enable SSL for account won't work

Niesvermond

New member
Joined
Jan 30, 2008
Messages
3
Hello,

In DirectAdmin i've anabled the SSL option for a acount.
But it has no effect.

In the custom httpd.conf there are no changes. Witch i see at the accounts i enabled SSL direct when i created them.

What can i do?

It won't create SSL input in the custom httpd.conf, like in this topic (also SSL problem): http://www.directadmin.com/forum/showthread.php?t=22826
 
Last edited:
Hi,

No it's not because i didn't use https:// or something.

I'll try to explain again:

Whet in go to the https://www.domain.com i see the standard apache page.
But it's not in the private_html folder.
That's correct because the SSL was not enabled for this account.

So in DirectAdmin i modify the user, checked the SSL option and click on Save.

But with no effect!

So i checked the custom httpd.conf of the account and found out that the SLL stuff is missing in there.
Like other accounts i created with SSL enabled at once:

<VirtualHost *.*.*.*:443>

SSLEngine on
SSLCertificateFile /etc/httpd/conf/ssl.crt/server.crt
SSLCertificateKeyFile /etc/httpd/conf/ssl.key/server.key

ServerName www.****
ServerAlias www.**** ***

------ cut-------

</VirtualHost>


So i guess that DirectAdmin don't create the custom httpd.conf file when i modify a account.

The only solution is to create the account again. But this looks like a bug in DirectAdmin to me??
 
Back
Top