Hello,

I've just setup the express checkout and everything works wonderfully ... however, I have a question:

I've set the return URL (shared SSL) in paypal, under Website Payment Preferences, to:https://mysite.myhost.com/index.php?main_page=checkout_process

When I try this out with a test payment, it takes me to:http://mysite.myhost.com/index.php?main_page=checkout_payment

I've asked paypal and they say "Please check in your configuration panel which return URL was set up in your API call because from your logs I can see that the returnurl is "http://www.mysite.com/ipn_main_handler.php?type=ec". The Return URL set up in the API call will override the one set up on your account. For more information about change this information on your configuration panel, you might need to contact your shopping cart third party solution."

Is this supposed to work this way and, if so, is this safe to have it returned to a non-https page?

Thanks and best regards,