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 settings in Python 3.10 #76

Open
davidorme opened this issue Jun 16, 2023 · 0 comments
Open

SSL settings in Python 3.10 #76

davidorme opened this issue Jun 16, 2023 · 0 comments

Comments

@davidorme
Copy link
Collaborator

In Python 3.10 and above, the SSL settings used in request are considerably harder to please:

https://stackoverflow.com/questions/71006708/getting-sslv3-alert-handshake-failure-when-trying-to-connect-to-imap

This currently breaks communications between sdv and the safedata server web application hosting the file metadata. So, either that application needs to be updated to include configuration steps to ensure sufficiently secure comms (no RSA key exchange?) or this one needs to be adapted to downgrade security expectations from the metadata server. The first is probably preferable.

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

1 participant