![]() |
Willing to enable ispCP to use https/tsl - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Development Area (/forum-1.html) +--- Forum: General discussion (/forum-11.html) +--- Thread: Willing to enable ispCP to use https/tsl (/thread-5326.html) |
Willing to enable ispCP to use https/tsl - r3r3 - 01-04-2009 04:09 AM Hello, it's me again. I run : Debian 4.0 ispCP RC7 I am trying to enable TSL for ispCP / PMA / Webmail as shown in this turorial: http://www.isp-control.net/documentation/howto/security/create_your_own_ssl_ca_and_secure_multiple_services#create_the_certificate_for_the_apache_server Here's the code of my moddified /etc/apache2/sites-available/01_ssl_master.conf With this enabled : "SSLEngine On" apache won't restart, it fail... Without it start without problem I have no clue what cause this... anybody see a problem in my ssl master conf or have ideas what could be causing this? Code: # RE: Willing to enable ispCP to use https/tsl - rbtux - 01-04-2009 04:24 AM post log files... RE: Willing to enable ispCP to use https/tsl - r3r3 - 01-04-2009 07:17 AM which log would you want ? the default apache error log does not print anything related to this and the daemon log neither it just doesn't start when SSLEngine is turned on RE: Willing to enable ispCP to use https/tsl - rbtux - 01-04-2009 08:01 AM try to start apache2 with -X option... that should give you some debugging information... |