Skip to content
Snippets Groups Projects
Commit d4deb830 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Merge branch 'ssl-bugfix' into 'develop'

Fixed broken external HTTPS request under some scenarios, because of missing PyOpenSSL

See merge request funkwhale/funkwhale!884
parents 27297937 fe56c2ea
No related branches found
No related tags found
No related merge requests found
......@@ -56,6 +56,8 @@ cryptography>=2,<3
# clone until the branch is merged and released upstream
git+https://github.com/EliotBerriot/requests-http-signature.git@signature-header-support
django-cleanup==3.2.0
requests>=2.22<2.23
pyOpenSSL>=19<20
# for LDAP authentication
python-ldap==3.2.0
......
Fixed broken external HTTPS request under some scenarios, because of missing PyOpenSSL
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment