ISPConfig and SSL

Discussion in 'General' started by meth, Dec 3, 2009.

  1. meth

    meth New Member

    I have ispconfig panel under an autosigned ssl connection, and working fine, but when i try to access phpmyadmin and webmail, i get a connection error, and have to eliminate the s from http url.

    I have tried to add ssl certificate to phpmyadmin and webmail virtualhost, but when i try it ispconfig stops working.

    Anybody have any tutorial about how to solve this?

    Thanks.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Please post the exact error messages from the apache error log(s).
     
  3. meth

    meth New Member

    In the web browser i get:

    ssl_error_rx_record_too_long

    The apache error is:

    client denied by server configuration: /htdocs

    And the apache configuration for phpmyadmin is:

    SSLEngine On
    SSLCertificateFile /etc/apache2/ssl/ispserver.crt
    SSLCertificateKeyFile /etc/apache2/ssl/ispserver.key

    The certificate exists because in ispconfig works
     

Share This Page