PDA

View Full Version : SSL Changes Not Working


Vero
7-24-05, 06:54 PM
Hi, i made changes to my config.php(both files) for the ssl and i still get the unlock icon in the adm tools of oscommerce. I have also changed the application_top, but none of this seems to work i still get the "not protected by ssl connection"
Anybody willing to check my scripts let me know so i an post them here

stevel
7-24-05, 07:08 PM
For Admin, you need to set HTTP_SERVER in admin/includes/configure.php to be your https URL, and start the session with the https URL for your admin page.

Vero
7-24-05, 07:11 PM
Sorry but my knowledge is almost nothing. :confused:
Could you be more specific?
thanks

Vero
7-24-05, 07:14 PM
i have this in that file which i already edited
'HTTP_SERVER', 'https://verostorecom.secure.powweb.com'
Is this what you are saying?

stevel
7-24-05, 08:32 PM
Yes. That will get you secure links on everything inside admin. Now, to open your admin panel to start, use https://verostorecom.secure.powweb.com/catalog/admin (or whatever the path to your admin is).

Vero
7-24-05, 09:00 PM
http://verostorecom.secure.powweb.com/osCommerce/catalog/admin/
It is still giving me the same message:
You are not protected by a secure SSL connection

Does this mean that the same message will appear when a customer is making a payment (NOT SSL...)?

stevel
7-25-05, 09:16 AM
You didn't read my reply carefully enough. The URL needs to start with https and not http. This has no connection with what a customer will see, as osCommerce will automatically switch to https if you have set it up right.