Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

SSL Woes


ianric

Recommended Posts

Posted

Hi everyone

 

I've just bought a dedicated IP and Geotrust SSL cert, my host installed it, and it is sort of working correctly. When I log in I get the dreaded IE redirect to non secure... error and the padlock isn't showing. I can move around the site and it does change to https when it needs to. I have read loads of posts but I'm still not fixed. I even tried the "getenv" solution and that came back blank.

 

I have removed the paypal logos from the left column and deleted the footer text but still errors. I'm not hotlinking any images, they're all are local and my install is in the root. If I view the source of my account page it shows http: for the base href which I know is wrong

 

My site is www.icr-records.co.uk and the SSL cert is for https://www.mydomain.com

 

My includes/configure.php is

 

	define('HTTP_SERVER', 'http://www.icr-records.co.uk');
define('HTTPS_SERVER', 'https://www.icr-records.co.uk');
define('ENABLE_SSL', 'true');
define('HTTP_COOKIE_DOMAIN', 'www.icr-records.co.uk');
define('HTTPS_COOKIE_DOMAIN', 'www.icr-records.co.uk');
define('HTTP_COOKIE_PATH', '/');
define('DIR_WS_HTTP_CATALOG', '/');
define('DIR_WS_HTTPS_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/');

define('DIR_WS_DOWNLOAD_PUBLIC', 'pub/');
define('DIR_FS_CATALOG', 'C:/inetpub/vhosts/icr-records.co.uk/httpdocs/');
define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');
define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');

 

My admin/includes/configure.php is

 

	define('HTTP_SERVER', 'https://www.icr-records.co.uk');
define('HTTP_CATALOG_SERVER', 'https://www.icr-records.co.uk');
define('HTTPS_CATALOG_SERVER', 'https://www.icr-records.co.uk');
define('ENABLE_SSL_CATALOG', 'true');
define('DIR_FS_DOCUMENT_ROOT', 'C:/inetpub/vhosts/icr-records.co.uk/httpdocs/');
define('DIR_WS_ADMIN', '/not-the-real-admin-folder/');
define('DIR_FS_ADMIN', 'C:/inetpub/vhosts/icr-records.co.uk/httpdocs/not-the-real-admin-folder/');
define('DIR_WS_CATALOG', '/');
define('DIR_FS_CATALOG', 'C:/inetpub/vhosts/icr-records.co.uk/httpdocs/');
define('DIR_WS_IMAGES', 'images/');
define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');
define('DIR_WS_CATALOG_IMAGES', DIR_WS_CATALOG . 'images/');
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/');
define('DIR_WS_CATALOG_LANGUAGES', DIR_WS_CATALOG . 'includes/languages/');
define('DIR_FS_CATALOG_LANGUAGES', DIR_FS_CATALOG . 'includes/languages/');
define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'images/');
define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'includes/modules/');
define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/');

 

 

Cheers

 

Ian

Posted

C'mon peeps I need some help here. I've taken all the links from my credits, links and shipping pages and I still get the non secure warning and no padlock

 

Hope someone can help

 

Ian

Posted
C'mon peeps I need some help here. I've taken all the links from my credits, links and shipping pages and I still get the non secure warning and no padlock

 

Hope someone can help

 

Ian

Me again

 

After more testing and reading :'( and getting nowhere my description maybe slightly wrong. I go to my login page and it changes to https then when I pick the sign in button I get the security alert "you are about to be redirected to a connection that is not secure. The info you are sending" etc etc

 

Hope that sheds more light on my prob

 

Cheers

 

Ian

Posted
Me again

 

After more testing and reading :'( and getting nowhere my description maybe slightly wrong. I go to my login page and it changes to https then when I pick the sign in button I get the security alert "you are about to be redirected to a connection that is not secure. The info you are sending" etc etc

 

Hope that sheds more light on my prob

 

Cheers

 

Ian

Doesn't happen to me.

Posted
Doesn't happen to me.

Hi Coopco

 

So you get no warning?? I get the warning plus no padlock anywhere in IE6. In Firefox the padlock is shown with a red line through it and the warning is "you are about to leave an encrypted page" etc

 

Any ideas

 

Ian

Posted
Hi Coopco

 

So you get no warning?? I get the warning plus no padlock anywhere in IE6. In Firefox the padlock is shown with a red line through it and the warning is "you are about to leave an encrypted page" etc

 

Any ideas

 

Ian

Can't access your site now. From memory, no warnings, no padlock in IE6.

Posted
Hi Coopco

 

So you get no warning?? I get the warning plus no padlock anywhere in IE6. In Firefox the padlock is shown with a red line through it and the warning is "you are about to leave an encrypted page" etc

 

Any ideas

 

Ian

Hi again

 

I'm speaking to my host and I forgot you'll need to login to see the alert. :blush: I have created a test user [email protected] and the pass is password

Posted
Hi again

 

I'm speaking to my host and I forgot you'll need to login to see the alert. :blush: I have created a test user [email protected] and the pass is password

Hi again again

 

Fixed!!! :lol: My host said it was because the configure.php was readonly And the changes I was making weren't being saved. They altered the configure.php file and put it back to readonly and all is well.

 

I just need Paypal installed and testing then I'm live

 

Cheers

 

Ian

Posted
Hi again

 

I'm speaking to my host and I forgot you'll need to login to see the alert. :blush: I have created a test user [email protected] and the pass is password

OK, I logged in, I get the padlock, no warnings. I even get to shipping method and everythig looks good.

 

You maybe need to check your browser settings?

Archived

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

×
×
  • Create New...