Newb: SSL error after recent upgrade

Discussion in 'Installation/Configuration' started by smartin, Mar 19, 2010.

  1. smartin

    smartin New Member

    Hi,

    After doing a recent upgrade to ISPc 3.02 I get the following error when trying to access the login page over https:

    Code:
    SSL received a record that exceeded the maximum permissible length.
    
    (Error code: ssl_error_rx_record_too_long)
    
    All was well before the upgrade.

    I *can* log in over plain http and when I go to the 'Sites' tab > SSL of any of my sites I see an error:
    Code:
    ERROR
    
       1. Traffic quota is empty.
    
    How should I fix this please?

    What value should be in the 'Traffic Quota' box?

    Are the two errors related?

    Thanks :)

    S
     
  2. smartin

    smartin New Member

    Solved login error...

    Hi,

    As soon as I post a question I find the answer...

    From here:
    http://www.faqforge.com/linux/controlpanels/ispconfig3/enable-ssl-for-the-ispconfig-3-controlpanel/

    I just did the last steps:
    Code:
    4) Edit th ISPConfig vhost file
    
    vi /etc/apache2/sites-available/ispconfig.vhost
    
    and insert the following lines insert the fallowing lines between the “<VirtualHost ….></VirtualHost>” tags:
    
    SSLEngine On 
    SSLCertificateFile /etc/apache2/ssl/ispserver.crt 
    SSLCertificateKeyFile /etc/apache2/ssl/ispserver.key 
    
    5) Restart apache2 
    
    This fixed one of the errors...

    HTH

    S
     
    Last edited: Mar 19, 2010
  3. smartin

    smartin New Member

    Sorry! Not solved!

    Hi,

    Sorry, I spoke too soon...

    I can now log in over https, no problem.

    When I go to the 'Sites" tab, click on one of my sites and then go to *any* of the sub-tabs, I still get the error
    Code:
    ERROR
    
       1. Traffic quota is empty.
    
    What value should be in the 'Traffic quota' box? It's currently Zero.

    (Edit: On the basis that 'Hard Disk quota' is set to -1, which I guess must mean 'unlimited', I set the 'Traffic quota' to -1 as well. This got rid of the error but is it the correct value?)

    Thanks :)

    S
     
    Last edited: Mar 19, 2010

Share This Page