Quarkus Websockets Next connection error #43215
Labels
area/websockets
env/windows
Impacts Windows machines
kind/bug
Something isn't working
triage/out-of-date
This issue/PR is no longer valid or relevant
Describe the bug
Hi!
I'm running into exception when trying to connect to external endpoint via Quarkus Websockets Next:
Jakarta WS works well for this case, examples below.
Expected behavior
Connection to
wss://example.com/ws
is established successfully.Actual behavior
No response
How to Reproduce?
Here is my WS Next client:
And it's wrapper:
Same problem with basic implementation:
Example with Jakarta WS that works fine:
Output of
uname -a
orver
Microsoft Windows [Version 10.0.22631.4037]
Output of
java -version
Amazon Corretto 21.0.1
Quarkus version or git rev
3.14.1
Build tool (ie. output of
mvnw --version
orgradlew --version
)gradle 8.10
Additional information
No response
The text was updated successfully, but these errors were encountered: