Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

SSL Confusion


Guest

Recommended Posts

Hi everyone,

 

Quick question:

 

I installed an SSL on a customers site, when into the includes>configure.php file and changed Enable SSL to true. Everything looks good, but when you enter the site the error says:

 

www.thehotfish.com has sent an incorrect or unexpected message. Error Code -12263

 

 

Here is the related configure.php:

 

<?php
 define('HTTP_SERVER', 'http://www.thehotfish.com');
 define('HTTPS_SERVER', 'https://www.thehotfish.com');
 define('ENABLE_SSL', true);
 define('HTTP_COOKIE_DOMAIN', '.thehotfish.com');
 define('HTTPS_COOKIE_DOMAIN', '.thehotfish.com');
 define('HTTP_COOKIE_PATH', '/catalog/');
 define('HTTPS_COOKIE_PATH', '/catalog/');
 define('DIR_WS_HTTP_CATALOG', '/catalog/');
 define('DIR_WS_HTTPS_CATALOG', '/catalog/');
 define('DIR_WS_IMAGES', 'images/');
 define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');
 define('DIR_WS_INCLUDES', 'includes/');
 define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');
 define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');
 define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');
 define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');
 define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');

 

Any help would be appreciated.

 

Thank you

 

Chris

Link to comment
Share on other sites

Either you didn't install it correctly, or they're on on of those servers that require a different folder for HTTPS files.

:blush:

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 >

Link to comment
Share on other sites

I was hoping you would put in some magic code that I could use to fix it ??? No eh ?

 

Ok, I will contact his host to see whats going on.

 

 

Thanks for the reply.

 

 

Chris

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...