1 Reply Latest reply on Jun 12, 2018 8:55 AM by mchoma

    How to register a HandShakeCompletedListener in WildFly 10?

    kenneth.c.yue

      I have a web app deployed on WildFly 10, configured with TLS.  Everything is pretty standard with a standalone.xml.  I would like to register a HandShakeCompletedListener to get notified once the TLS hand shake is completed for HTTPS connections to my app.  Since I'm not the one who creates the SSLSocket or SSLServerSocket that accepts sockets (WildFly does), how do I register such a listener using this? SSLSocket (Java Platform SE 8 )   Maybe somehow specify a class name somewhere in standalone.xml?  But where?