Skip to content
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

SSL handshake fails with 2.7.9 #11

Closed
rkhwaja opened this issue Jan 2, 2015 · 3 comments
Closed

SSL handshake fails with 2.7.9 #11

rkhwaja opened this issue Jan 2, 2015 · 3 comments

Comments

@rkhwaja
Copy link
Contributor

rkhwaja commented Jan 2, 2015

The SSL certificates are checked by default with python 2.7.9 according to PEP 476 and most of my ofx sites now fail this check.
Ideally I think ofxclient should try with the certificate checking and then allow the option of continuing without the check (by using the context returned from ssl._create_unverified_context()) and warning of the problem.
The behavior with 2.7.8 and before was to skip checking these certificates

@rodlogic
Copy link

I am seeing the same problem.

@captin411
Copy link
Owner

Have many of the banks left their OFX endpoints with broken HTTPS? I have not run into this myself.

@rkhwaja
Copy link
Contributor Author

rkhwaja commented Jul 6, 2017

This doesn't seem to be happening anymore

@rkhwaja rkhwaja closed this as completed Jul 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants