Hello
Imagine a bog-standard Signup page, which captures some user info like Name, Address etc. It has a Buy Now button on it, which transfers to a payment site (WorldPay).
Now, the requirement is that everything should be secure, so that means (and correct me if I'm wrong)
A) I need to get and install an SSL certificate on IIS.
B) I then need to make the Signup page secure (looking at exactly how to do this but if anyone wants to let me know that would be grand!)
So, presuming that the Signup page is now https under one certificate, is there any reason AT ALL that there should be a problem redirecting to WorldPay (which is under SSL but under a different certificate) ?
I can't imagine why, I'm not going to be doing this over AJAX or anything (see http://stackoverflow.com/questions/1012777/https-request-via-ajax-from-http-page), but sometimes these things can bite you!
Thanks Duncan