-
Notifications
You must be signed in to change notification settings - Fork 269
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fails In Production When SSL Is Used #213
Comments
I am seeing a similar issue. |
For a quick fix, replace:
With:
And run: |
Now getting a "Repository not found" error for the spree-3-7 repo:
And a 404 error for: |
@mick-t Thats my fault, I've spent today deleting my unused GitHub Organisations in an attempt to be more organised, as I had repos everywhere. You might want to Fork your own version of this extension and apply the fix then you have control over the repo, or use this fellas branch:
|
- spree-contrib#213 And fixed in this commit that was closed or rejected - spree-contrib#214
Thanks for the advice, I've created my own fork as welaika's branch is pinned against spree 3-0-stable. Can you advice what's the best approach going forward to take care of this? @MatthewKennedy's commit mentions that this fixes "Error from using the old PayPal SDK", I assume the best approach is to use a new PayPal SDK? Sorry if this is a dumb question, I'm working on a application that I inherited and am not fully up to speed on all the components. Thanks! |
Fix regarding spree-contrib#213
Seems my build must have been using a cache for I did some system updates on dokku and docker which I'm now getting:
Going to try this one now: Kinda sketchy using a 3rd party for paypal, but seems to have the basics in there from what I quickly can see. Edit: also had to run this because mimemagic 3.5 |
This extension was working fine for years, never an issue, I made no changes to my code or production environment and then I woke up to a roller error log email (shown below), and a message from a potential customer saying they can not checkout.
I have no idea why this should randomly occur, what caused it, or how to fix it.
It may not even be a Spree issue, but if anyone else has come across this issue and fixed it it would be great to know how and document it for others.
OpenSSL::SSL::SSLError: SSL_connect returned=1 errno=0 state=error: certificate verify failed (unable to get local issuer certificate)
The text was updated successfully, but these errors were encountered: