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

TLS通信不支持1.3? #1734

Closed
liukuancn opened this issue Apr 30, 2020 · 1 comment
Closed

TLS通信不支持1.3? #1734

liukuancn opened this issue Apr 30, 2020 · 1 comment

Comments

@liukuancn
Copy link

chassis版本:1.2.0.B007r7
protocols改成 TLSv1.3后启动失败
报错:
2020-04-30 14:14:08,504 WARN (SSLHelper.java:431) - no SSL/TLS protocols are enabled due to configuration restrictions
看源码貌似还不支持TLSv1.3?

@liubao68
Copy link
Contributor

liubao68 commented Nov 1, 2022

Fixed in #3446

TLSv1.3 needs configure new cipher suites, e.g.

ssl.protocols: TLSv1.3
ssl.ciphers: TLS_AES_128_GCM_SHA256,TLS_AES_256_GCM_SHA384
```

@liubao68 liubao68 added this to the 2.9.0 milestone Nov 1, 2022
@liubao68 liubao68 added the 2.x label Nov 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants