Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

https probs

Status
Not open for further replies.

boab

Programmer
May 30, 2001
75
GB
Hi folks I am trying to test a site it uses https protocol. The link:

display_button($target, "continue-shopping", "Continue Shopping");
$path = $PHP_SELF;
$path = str_replace("show_cart.php", "", $path);
display_button(" "go-to-checkout", "Go To Checkout");

generates the url:


and displays a cannot find server message

I am testing on a Windows XP system running Apache, any ideas

ps have tried the url:

and get the same problem
 
You must set up the server for HTTPS. if not it generates an error. To set up HTTPS you need a server certificate, and it costs money.

As an advice, i recommend that you don't develop in HTTPS, only HTTP and have a configure var that you can change protocol when releasing the product.

Anikin
Hugo Alexandre Dias
Web-Programmer
anikin_jedi@hotmail.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top