mitodl / django-server-status

Monitor server status for health checks.
GNU Affero General Public License v3.0
8 stars 0 forks source link

Remove dependency on PyOpenSSL if possible #52

Open mbertrand opened 1 year ago

mbertrand commented 1 year ago

Usage of pyopenssl is no longer recommended:

Note: The Python Cryptographic Authority strongly suggests the use of pyca/cryptography where possible. If you are using pyOpenSSL for anything other than making a TLS connection you should move to cryptography and drop your pyOpenSSL dependency.

We should try to remove this dependency if possible.

mbertrand commented 1 year ago

Related to #51