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

get SSLContext from ClientEndpointConfig #1550

Closed

Conversation

MasudaNaika
Copy link

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) under verification Currently being verified (running tests, reviewing) before posting a review to contributor and removed 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) under verification Currently being verified (running tests, reviewing) before posting a review to contributor labels Feb 15, 2024
@ropalka
Copy link
Contributor

ropalka commented Feb 16, 2024

Superseded by #1553 . The only change is the new PR contains JIRA number.
Thanks for providing the fix @MasudaNaika !

@ropalka ropalka closed this Feb 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants