SSL on DAB appliances

apmuthu

Renowned Member
Feb 26, 2009
871
11
83
Chennai - India & Singapore
github.com
Using DAB we create an appliance. How do we ensure that a SSL server runs correctly?

Install SSL Module
Code:
a2enmod ssl
/etc/init.d/apache2 retsart

Edit
Code:
/etc/apache2/ports.conf
and
Code:
/etc/apache2/sites-available/default-ssl

So far none of this happened to work.

The unistallation of the apache Modules above if needed, is done by:
Code:
a2dismod ssl
/etc/init.d/apache2 retsart
 
I think that question is unrelated to 'dab'? Those are simple apache configuration issues. So asking on an apache forum is the better place.

- Dietmar