You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "James Netherton (Jira)" <ji...@apache.org> on 2023/04/03 10:12:00 UTC

[jira] [Created] (CAMEL-19238) camel-vertx-websocket: Apply default port when the wss scheme is used

James Netherton created CAMEL-19238:
---------------------------------------

             Summary: camel-vertx-websocket: Apply default port when the wss scheme is used
                 Key: CAMEL-19238
                 URL: https://issues.apache.org/jira/browse/CAMEL-19238
             Project: Camel
          Issue Type: Improvement
          Components: camel-vertx-websocket
            Reporter: James Netherton
            Assignee: James Netherton
             Fix For: 4.0-M3, 4.0


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.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)