0 Replies Latest reply on Jun 15, 2018 2:28 PM by geturner

    Undertow websocket client does not use "default" tls

    geturner

      Using Wildfly 10.Final, I have a Java webstart client.  The websocket connections do not use the "in memory" TLS the same way that a normal HttpsUrlConnection using the inherent SSLSocketFactory does.

      I am looking for "how" to make this work.  Please do not answer with "provide a client certificate or keystore"!  That is not what is needed.

      There should be some way for the connection to run the same way that the HttpsUrlConnection does, NO CUSTOM CODE.

      Thanks in advance for any "relevant" responses.