Skip to content

SSL settings in Python 3.10 #76

Open
@davidorme

Description

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.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      SSL settings in Python 3.10 · Issue #76 · ImperialCollegeLondon/safedata_validator