3 Replies Latest reply on Jan 15, 2013 7:22 AM by ccob

    Get access to SSLSocketFactory from HTTPS connector

    ccob

      Hi,

       

      My current JBoss application requires a custom protocol over a UDP socket between the client and the server (same client and the originating HTTP request).  I have configured the HTTPS connector and SSL works as expected.  I now want to also enable SSL over the custom UDP socket too, but using the SSLSocketFactory attached to the HTTPS connector so that the don't need to be configured seperatly.

       

      Does anyone know how I can gain access to the SSLSocketFactory that is enabled on the HTTPS connector for my custom socket to use?

       

      Thanks.