Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
Something I noticed when connecting to WS endpoints requiring the wss:// scheme, is that Vert.x does not set any default port (E.g 443) in its connection options. So it tries to connect using port 80 which results in SSL handshake issues.
The simple workaround is to explicitly configure the port in the vertx-websocket endpoint URI. But it'd be nice to set a default so that it's not needed for the wss scheme scenario.
Attachments
Issue Links
- links to