Skip to content

Provide configuration for enabled SSL protocols#530

Merged
romain-grecourt merged 6 commits intomasterfrom
helidon-519
Apr 16, 2019
Merged

Provide configuration for enabled SSL protocols#530
romain-grecourt merged 6 commits intomasterfrom
helidon-519

Conversation

@romain-grecourt
Copy link
Contributor

@romain-grecourt romain-grecourt commented Mar 22, 2019

Provide configuration for enabled SSL protocols.
Upgrade netty to 4.1.34
Fixes #519

Provide configuration for enabled SSL protocols.
Upgrade netty to 4.1.34
@romain-grecourt romain-grecourt self-assigned this Mar 22, 2019
@romain-grecourt
Copy link
Contributor Author

@barchetta This requires PLS approval work for the netty version update.

@barchetta barchetta changed the title Fixes #519 WIP: Fixes #519 Mar 22, 2019
@barchetta barchetta changed the title WIP: Fixes #519 Fixes #519 Apr 10, 2019
Copy link
Member

@barchetta barchetta left a comment

Choose a reason for hiding this comment

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

Approved for updating Netty version.

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.

If we want to have the new properties configurable using Config,
please have a look at SSLContextBuilder.java method public static SSLContext create(Config sslConfig) (I think)
That converts Config to SSL configuration.

@romain-grecourt romain-grecourt changed the title Fixes #519 Provide configuration for enabled SSL protocols Apr 12, 2019
@romain-grecourt

This comment has been minimized.

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

Successfully merging this pull request may close these issues.

NettyWebServer uses a deprecated constructor for JdkSslContext

3 participants