Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

SSL problems


darkqueen

Recommended Posts

Posted

Hi I hope there is a solution to this problem. I have searched in the forums and google. It is the error:

Secure Connection Failed

 

 

 

 

 

 

 

 

 

 

 

An error occurred during a connection to www.kbjewels.net.

 

SSL received a record that exceeded the maximum permissible length.

 

(Error code: ssl_error_rx_record_too_long)

 

 

 

 

 

* 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.

 

I have a shared ssl on omnis. My secure pages have the address starting with https. This is the link " Shared SSL URL: https://kbjewels.secure.omnis.com" My login page displays "https://www.kbjewels.net/login.php" Does anyone have a solution to this problem? Thanks. :(

Posted

Hi I hope there is a solution to this problem. I have searched in the forums and google. It is the error:

Secure Connection Failed

 

 

 

 

 

 

 

 

 

 

 

An error occurred during a connection to www.kbjewels.net.

 

SSL received a record that exceeded the maximum permissible length.

 

(Error code: ssl_error_rx_record_too_long)

 

 

 

 

 

* 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.

 

I have a shared ssl on omnis. My secure pages have the address starting with https. This is the link " Shared SSL URL: https://kbjewels.secure.omnis.com" My login page displays "https://www.kbjewels.net/login.php" Does anyone have a solution to this problem? Thanks. :(

/includes/configure.php

 

  define('HTTPS_SERVER', 'https://www.kbjewels.net');

Needs to be:

 

  define('HTTPS_SERVER', 'https://kbjewels.secure.omnis.com');

And I'd try this for the HTTPS cookie setting:

 

  define('HTTPS_COOKIE_DOMAIN', '.kbjewels.secure.omnis.com');

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Posted

I am not worthy! Thank you. I can't test anything now, no connection from sat because of rain, but it appears to be working. :thumbsup:

Posted

I am not worthy! Thank you. I can't test anything now, no connection from sat because of rain, but it appears to be working. :thumbsup:

Oh yes you are, Ma'am...

:thumbsup:

 

Just glad the forums could be of assistance.

 

One thing I noticed when viewing the site with IE you get the "non secure items" popup on the SSL pages.

 

As far as I can tell it's the HTTP links in the code for the SWF file.

 

They need to be HTTPS

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

  • 4 months later...
Posted

/includes/configure.php

 

  define('HTTPS_SERVER', 'https://www.kbjewels.net');

Needs to be:

 

  define('HTTPS_SERVER', 'https://kbjewels.secure.omnis.com');

And I'd try this for the HTTPS cookie setting:

 

  define('HTTPS_COOKIE_DOMAIN', '.kbjewels.secure.omnis.com');

 

Thank you! I had to find out the path for the secure server, but after putting it in the HTTPS_SERVER line, it worked like a champ!

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...