Jump to content

Error code: ssl_error_rx_record_too_long


mcorton

Recommended Posts

I just installed WHMCS and when I tried to enter the admin area and the main page I get the error message. ^This is the entire message. Anyone know what I need to do to correct this? Spent all day trying to get SSL installed. Reaklly hope this is an easy fix. Thank you very much

:)

 

Secure Connection Failed

 

An error occurred during a connection to http://www.weboffaith.org.

 

SSL received a record that exceeded the maximum permissible length.

 

(Error code: ssl_error_rx_record_too_lon

 

* The page you are trying to view can not be shown because the authenticity of the received data could not be verified.

 

* Please contact the web site owners to inform them of this problem. Alternatively, use the command found in the help menu to report this broken site.

Link to comment
Share on other sites

OK, It is working now but I can't login. I am using the correct credentials. May that be due to the same issue? Also what folder is .htaccess in? I found .htpasswrds.

 

You would either find or create .htaccess in your public_html folder in most *nix + Apache installs. To have a permanent redirection to the non-www domain you could use the following code:

 

RewriteEngine on
RewriteCond %{HTTP_HOST} ^www\.weboffaith\.org$
RewriteRule ^(.*)$ http://weboffaith.org/$1 [L,R=301]

 

Hope this helps,

Rick

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated