Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

SSL just not working on my site


Altec

Recommended Posts

Posted

Hi all, I have just installed my new thawte SSL certificate, and have modified my configure.php as follows:-

 

define('HTTP_SERVER', 'http://www.yourekidding.biz'); // eg, http://localhost - should not be empty for productive servers

define('HTTPS_SERVER', 'https://www.yourekidding.biz'); // eg, https://localhost - should not be empty for productive servers

define('ENABLE_SSL', true); // secure webserver for checkout procedure?

define('HTTP_COOKIE_DOMAIN', '/');

define('HTTPS_COOKIE_DOMAIN', '/');

define('HTTP_COOKIE_PATH', '/');

define('HTTPS_COOKIE_PATH', '/');

define('DIR_WS_HTTP_CATALOG', '/catalog/');

define('DIR_WS_HTTPS_CATALOG', '/catalog/');

 

but at customer login and sign up it is not changing to https for info collection and hence not secure, the site is not quite live yet so if someone wants to look for me and see what I have done wrong it would be appreciated.

 

url is yourekidding.biz/catalog

Its not a computer its a life management system!

Posted

did you make any modifications to any of the code dealing with ssl prior to installing your certificate?

also, you should have had thwate issue the certificate as www.yourekidding.biz and not yourekidding.biz, of course that is a personal preference, makes it look more professional with the www in there.

i tried just going manually to https://yourekidding.biz and it keeps asking over and over to accept the certificate and go on, so something is incorrect in oscommerce side.

Posted

not that Im aware of I only enabled the SSL tonight, it does the same thing for me yet with the asking over and over again, it shouldnt do that at all, yet when you view the certificate is says it is for the site.

 

any ideas what i should look at

Its not a computer its a life management system!

Posted

if you have not made many modifications to the site, you may want to copy the code back over the top, just rename your configure.php files to something else, when done copying the code, copy the named files back to configure.php

Posted

the site is modded but not to any SSL info that Im aware of, installed some shipping mods, a customer orders mod and changed texts images around the place, also modified invioce but they are only cosmetic changes, the only code changes was with the mods that requested changing files in certain areas, mods were

 

-disable picture toobar

-customer invoice

-big images

-no stock

-cross sell

-conditions

-update reminder

-low stock level

-order editor

 

thats about it

Its not a computer its a life management system!

Posted

it appears the www. infront of the domain does make a difference i have changed the configure.php fil for the https and http tp be just yourekidding.biz and it doesnt ask me a million times to say yes, but when i typed the url with www in front I got challenged with that again, damn nabbit

Its not a computer its a life management system!

Posted

The links for log in should show as https whether your ssl is working correctly or not. So look in includes/local and see if there's another configure.php file lurking there.

 

Some installs end up with this and others not. You can rename or delete this file as long as the main one is correct (includes/configure.php). It's a developer tool and it will override the primary file if it exists. Its existence is tested in application_top.php.

Local: Mac OS X 10.5.8 - Apache 2.2/php 5.3.0/MySQL 5.4.10 • Web Servers: Linux

Tools: BBEdit, Coda, Versions (Subversion), Sequel Pro (db management)

Archived

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

×
×
  • Create New...