Jump to content
Larry Ullman's Book Forums

Checkout Link And Https


Recommended Posts

Hello,

 

I'm having trouble with the checkout link in cart.html

 

I get this message :

Secure Connection Failed

An error occurred during a connection to localhost.

SSL received a record that exceeded the maximum permissible length.

(Error code: ssl_error_rx_record_too_long)

 

That's the url I get: https://localhost/checkout.php?session=9097d1b8d19cb1d76b5f64a6b8b2440a

 

Has to do with the https

<a href="https://<?php echo BASE_URL; ?>checkout.php?session=<?php echo $uid; ?>" class="button">Checkout</a>

When I just put a 'normal' link, the checkout link brings me to the checkout page

 

Config.inc

define ('BASE_URI', '/wampserveur/www/coffee/');

define ('BASE_URL', 'localhost/' );

 

Thanks for your help

Link to comment
Share on other sites

  • 4 weeks later...
 Share

×
×
  • Create New...