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

Allow for two-way ssl(SSLEngine.setNeedClientAuth()) #838

Closed
BroHammie opened this issue Jan 7, 2019 · 1 comment
Closed

Allow for two-way ssl(SSLEngine.setNeedClientAuth()) #838

BroHammie opened this issue Jan 7, 2019 · 1 comment
Assignees
Milestone

Comments

@BroHammie
Copy link
Contributor

CustomSSLWebSocketServerFactory doesn't allow for full customization of the SSLEngine. Addition of a SSLEngineWebSocketServerFactory that takes SSLEngine as a parameter allows for configuring much more than was exposed in the CustomSSLWebSocketServerFactory.

See: https://docs.oracle.com/javase/7/docs/api/javax/net/ssl/SSLEngine.html

@marci4
Copy link
Collaborator

marci4 commented Jan 22, 2019

This issue was implemented with #839 !

@marci4 marci4 closed this as completed Jan 22, 2019
@marci4 marci4 added this to the Release 1.4.0 milestone Jan 22, 2019
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