phooirv Posted October 28, 2002 Posted October 28, 2002 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
Guest Posted October 28, 2002 Posted October 28, 2002 GO to the Certificate authorities and create a temporary certificate for your computer using their forms.
mattice Posted October 28, 2002 Posted October 28, 2002 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"
phooirv Posted October 29, 2002 Author Posted October 29, 2002 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.