kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
Merge branch 'ssl-bugfix' into 'develop'
Fixed broken external HTTPS request under some scenarios, because of missing PyOpenSSL See merge request funkwhale/funkwhale!884environments/review-docs-890-d-9gdp99/deployments/2535
commit
d4deb830c0
|
@ -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
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Fixed broken external HTTPS request under some scenarios, because of missing PyOpenSSL
|
Ładowanie…
Reference in New Issue