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

Only weak and insecure TLS ciphers are supported by the server #80

Open
gakada opened this issue May 2, 2021 · 1 comment
Open

Only weak and insecure TLS ciphers are supported by the server #80

gakada opened this issue May 2, 2021 · 1 comment

Comments

@gakada
Copy link

gakada commented May 2, 2021

According to https://www.ssllabs.com/ssltest/analyze.html?d=citeseerx.ist.psu.edu all supported ciphers are either weak or insecure:
1619944163
Some libraries and runtimes deliberately don't support such ciphers, so it is not possible to access the site via HTTPS using those libraries and runtimes. E.g., it is not possible with rustls and Deno (denoland/deno#10447).

@bnoordhuis
Copy link

If it helps: rustls doesn't support TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 but it does support TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (CBC vs. GCM) - presumably that's a one-line change in a tomcat config file somewhere?

Here are all the supported ciphers: https://github.com/ctz/rustls/blob/bad9bd7454/rustls/src/suites.rs#L379-L390

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