Problems with SSL

Spyder01

Verified User
Joined
May 9, 2007
Messages
22
Location
Netherlands
Hi,

I have an user that uses an SSL certificate, it works like a charm but sometimes (when you change his package or update an extra IP) the whole SSL virtualhost has gone. That will result in a "Apache is function normaly" page when you use SSL.

Even rebuilding the config (./build rewrite_confs) isn`t working so there has to be something wrong elsewhere. The problem is that I have no clue at the moment because every other non SSL domains are working well.

Does anyone have a clue / suggestions to check?
 
The presence of the SSL VirtualHost is controlled by the option:
Code:
ssl=ON
in the file
Code:
/usr/local/directadmin/data/users/[b]username[/b]/domains/[b]domain.com[/b].conf
The User can control this option at:
User Level -> Domain Setup -> domain.com -> SSL : on|off

Ensure it's "ON".

Also make sure that his user.conf has ssl=ON, as this would trump the domain.com.conf file.
Lastly, ensure the creator of the User has ssl=ON in his reseller.conf file.

John
 
Back
Top