Can anyone help with this issue. I have Secure Pages set up to invoke on the following pages for UC:

cart/checkout
cart/checkout/review
cart/checkout/payment_details/*
cart/checkout/complete
uc_paypal/ipn/*
uc_paypal/wps/*
uc_paypal/wps/complete/*
cgi-bin/webscr

Though when going to checkout the SSL invokes and the redirects back to website.com/cart instead of staying at website.com/cart/checkout.

Your help would be great! Thanks

Comments

Gemini Lights’s picture

Try adding the following to your settings.php file:

# Mixed session handling from https:// with http://
$conf['https'] = TRUE;

grendzy’s picture

Category: bug » support
Priority: Major » Normal

try changing your page settings to:

cart
cart/*

I don't think then uc_paypal and cgi-bin URLs should be in the list; if anything they should be in your ignore list. Redirecting an API request from paypal isn't likely to result in anything good happening.

astonvictor’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

I'm closing it because the issue was created a long time ago without any further steps.

if you still need it then raise a new one.
thanks