globalpayments / globalpayments-js

JavaScript library for web applications to connect to Heartland eCommerce & Global Payments eCommerce tokenization services
14 stars 23 forks source link

SSL No Longer Trusted #2

Open jpscharf opened 5 years ago

jpscharf commented 5 years ago

The SSL Certificate for https://api2-c.heartlandportico.com/SecureSubmit.v1/token/gp-1.0.2/globalpayments.js is no longer trusted by Google Chrome.

jpscharf commented 5 years ago

I switched to https://api2.heartlandportico.com/SecureSubmit.v1/token/gp-1.0.1/globalpayments.js

jpscharf commented 5 years ago

Still getting ssl warnings for iframe resources:

2018-12-10_15-56-39

charlie-s commented 5 years ago

Related: https://github.com/globalpayments/node-sdk/issues/2

eric-vest commented 5 years ago

Hi guys,

Yes, the cert on that domain needs to be updated but we're currently in a code freeze so it'll be at least until January before it's updated. Our current workaround is to use the old javascript library at https://api2.heartlandportico.com/SecureSubmit.v1/token/2.1/securesubmit.js. It doesn't use the api2-c for assets.

We'll close this issue once the cert is updated.

charlie-s commented 5 years ago

Thanks Eric! I didn't realize I could use the old securesubmit.js tokenization with the new SDK. That's good to know, I'll leave my old client-side code alone and migrate the back-end to use the GlobalPayments node-js library.