printdotio / pio.js

An embeddable widget that enables users to quickly and easily monetize a webpage by enabling photo-product sales of its images.
4 stars 0 forks source link

PayPal cannot be tested in staging mode (SSL error) #82

Open ocram opened 9 years ago

ocram commented 9 years ago

When using your web widget in staging mode and choosing PayPal payment, it seems to call (or redirect to) https://sandbox.paypal.com/cgi-bin/webscr.

However, one cannot connect to that site because there's an SSL error. The certificate is only valid for www.sandbox.paypal.com, so one must probably just add a www. at the beginning of the host to make this work again.

micahasmith commented 9 years ago

surprisingly this is a paypal error (so far as we've investigated previously)

ocram commented 9 years ago

Yes, that's what I thought as well. It's probably true that PayPal had a valid certificate for the non-www domain in the past.