I'm setting up ubercart with an ssl certificate for a product here:
http://www.shinglerecycling.org/content/4th-asphalt-shingle-recycling-fo...
When I enable securepages for the checkout process the payment method is stuck on the Ajax bar. Using Firefox I get the following:
Security Error: Content at https://www.shinglerecycling.org/?q=cart/checkout/line_items may not load data from http://www.shinglerecycling.org/content/home?q=cart/checkout/line_items.
Security Error: Content at https://www.shinglerecycling.org/?q=cart/checkout/payment_details/credit may not load data from http://www.shinglerecycling.org/content/home?q=cart/checkout/payment_det....
Right now secure pages is disabled, but while enabled I had the following pages set to secure:
node/add*
node/*/edit
user/*
admin*
cart/checkout
cart/checkout/line-items
cart/checkout/review
cart/checkout/payment_details/credit
?q=cart/checkout/payment_details/credit
cart/checkout/payment_details/*
cart/checkout/complete
uc*
None of these seemed to make a difference. Firebug indicates that jquery.js is getting 301 Redirects on:
https://www.shinglerecycling.org/content/home?q=cart/checkout/line_items and
https://www.shinglerecycling.org/content/home?q=cart/checkout/payment_de...
Both redirecting to their http versions.
There was a suggestion here:
http://www.ubercart.org/forum/support/3380/failing_ajax_call_checkout_ssl
to edit line 52 of uc_payment_checkout_pane.inc, but what would I put there instead?
Any other suggestions?
Thank you,
Myron


