Error code: ssl_error_rx_record_too_long

Discussion in 'General' started by SamTzu, Nov 11, 2010.

  1. SamTzu

    SamTzu Active Member

    After creating the SSL certs in ISPConfig3...

    For some reason I had to enter the <IfModule mod_ssl.c> part manually to the apache vconf file to get SSL to work. /etc/apache2/sites-available/order.i-order.info.vhosts

    Anyway now the SSL works for that site.


     
  2. SamTzu

    SamTzu Active Member

    I could probably just add that to the Options|Apache leaf on Site page if that happens again. Right?

    <IfModule mod_ssl.c>
    ...
    <IfModule>
    ...
    </IfModule>
     
  3. falko

    falko Super Moderator Howtoforge Staff

    Do you mean the Apache Directives field? No, that will not work because these directives will be written somewhere else in your vhost config, so you have one section for SSL and then another section with your custom directives in your vhost config.
     

Share This Page