Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

how to run the SSL (https) under localhost


phooirv

Recommended Posts

Posted

I have installed the open ssl and mod ssl on my local standalone linux machine. i want to run the http and https on the same machine, is it possible. i have change the setting of application_top (ver 2.1)

 

define('HTTP_SERVER', 'http://localhost');

define('HTTPS_SERVER', 'https://localhost');

 

its run ok on the http:// but when i run the https (press the checkout button), it always show connect to the https://www.localhost.com whcih is not right.

 

anyone can help

 

regards

phooi

Posted

GO to the Certificate authorities and create a temporary certificate for your computer using their forms.

Posted

If you have compiled your webserver (apache?) with SSL make sure you start it in SSL mode. ie ./apachectl startssl instead of just 'start'.

"Politics is the art of preventing people from taking part in affairs which properly concern them"

Posted

I have compiled my apache webserver with SSL but i can't start it in SSL mode. ie ./apachectl startssl what wrong

 

how to check and test whether i have install the ssl. kindly provide the step to step cos' i am very news in apache and php

 

phooi

Archived

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

×
×
  • Create New...