We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We need to disable chacha20 and aes_128.
I couldn't get the 1.3 ciphers to disable using --ciphers and had to disable all of tlsv1.3. This isn't desirable.
Also In the Dockerfile I pegged
pip install gunicorn==20.1.0 && \ pip install uvicorn==0.22.0
because --ssl-version="TLSv1_2" wasn't working in the new versions. These should be fixed
The text was updated successfully, but these errors were encountered:
@desean1625 Is this OBE?
Sorry, something went wrong.
still an issue encode/uvicorn#806
No branches or pull requests
We need to disable chacha20 and aes_128.
I couldn't get the 1.3 ciphers to disable using --ciphers and had to disable all of tlsv1.3. This isn't desirable.
Also In the Dockerfile I pegged
because --ssl-version="TLSv1_2" wasn't working in the new versions. These should be fixed
The text was updated successfully, but these errors were encountered: