secure transaction with ssl
Posted: Tue Mar 02, 2004 8:27 am
Hi All,
I want to develop an Online Shopping Cart and know that must use SSL
for secure transactions.
I have a script in my project called "checkout.php" that by it I can recieve
user information .I use a link to call this script such this:
"https://myservername.mydomain/mypath/checkout.php"
but everywhen I click it I get this error:
"The Page Cannot be Displayed" or this
"Action Canceled"
I am sure that the path is correct because when use "http://myservername.mydomain/mypath/checkout.php"
have no problem but seurity is lost.
where is the wrong?
If I must set any else configuration or change link syntax in my scripts?
Please help me to solve this problem. any sugesstion will be welcome
Thanks
curl is enabled and mod_ssl is one of loaded modules(mod_ssl 2.8.16,open_ssl 0.9.6b)
and php version is:4.3.3
I want to develop an Online Shopping Cart and know that must use SSL
for secure transactions.
I have a script in my project called "checkout.php" that by it I can recieve
user information .I use a link to call this script such this:
"https://myservername.mydomain/mypath/checkout.php"
but everywhen I click it I get this error:
"The Page Cannot be Displayed" or this
"Action Canceled"
I am sure that the path is correct because when use "http://myservername.mydomain/mypath/checkout.php"
have no problem but seurity is lost.
where is the wrong?
If I must set any else configuration or change link syntax in my scripts?
Please help me to solve this problem. any sugesstion will be welcome
Thanks
curl is enabled and mod_ssl is one of loaded modules(mod_ssl 2.8.16,open_ssl 0.9.6b)
and php version is:4.3.3