Skip to content
New issue

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

Disable ciphers in tlsv1.3 #43

Open
desean1625 opened this issue Sep 8, 2023 · 2 comments
Open

Disable ciphers in tlsv1.3 #43

desean1625 opened this issue Sep 8, 2023 · 2 comments

Comments

@desean1625
Copy link
Contributor

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

@ndmitch311
Copy link
Contributor

@desean1625 Is this OBE?

@desean1625
Copy link
Contributor Author

still an issue
encode/uvicorn#806

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants