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

Allowed cipher suite can now be specified for WebServer and WebClient #3144

Merged
merged 4 commits into from
Jul 1, 2021

Conversation

Verdent
Copy link
Member

@Verdent Verdent commented Jun 22, 2021

Fixes #2860

Signed-off-by: David Kral <david.k.kral@oracle.com>
@Verdent Verdent self-assigned this Jun 22, 2021
@barchetta barchetta added this to the 2.3.2 milestone Jun 28, 2021
tomas-langer
tomas-langer previously approved these changes Jun 28, 2021
Copy link
Member

@tomas-langer tomas-langer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

* @param allowedCipherSuite cipher suite
* @return updated builder instance
*/
public Builder allowedCipherSuite(List<String> allowedCipherSuite) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider using a vararg method as well

Signed-off-by: David Kral <david.k.kral@oracle.com>
WebServerTls webServerTls = builder.tlsConfig();
this.webServerTls = webServerTls.enabled() ? webServerTls : null;

if (webServerTls.enabled()) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this still in, when the sslContext gets created in initializer?

…d methods.

Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
@Verdent Verdent requested a review from tomas-langer July 1, 2021 09:24
@Verdent Verdent merged commit 97a901d into helidon-io:master Jul 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cipher suites support in Helidon
3 participants