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

[UNDERTOW-2345] Use SSLContext from ClientEndpointConfig when provided #1553

Merged
merged 1 commit into from
Feb 16, 2024

Conversation

ropalka
Copy link
Contributor

@ropalka ropalka commented Feb 16, 2024

https://issues.redhat.com/browse/UNDERTOW-2345

With websocket 2.1 in Jakara EE10,
"ClientEndpointConfig.Builder sslContext​(SSLContext sslContext)"
method has been added that allows us to hold SSLContext within ClientEndpointConfig.

The current DefaultWebSocketClientSslProvider (in Undertow WebSockets JSR356 implementations) ignores it.

@ropalka ropalka added bug fix Contains bug fix(es) next release This PR will be merged before next release or has already been merged (for payload double check) labels Feb 16, 2024
@ropalka ropalka merged commit 93d1549 into undertow-io:master Feb 16, 2024
25 checks passed
@ropalka ropalka deleted the UNDERTOW-2345 branch February 23, 2024 12:10
@fl4via fl4via removed the next release This PR will be merged before next release or has already been merged (for payload double check) label Apr 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug fix Contains bug fix(es)
Projects
None yet
2 participants