Hi,
Currently (jbossweb-7.0.13.Final) one needs to extend Http11Protocol and set a SSLImplementation (not null) in order to use a custom SSLImplementation (e.g. for a customized handling of failed handshakes).
It would be nice if the SSLImplementation could be set as part of the connector declaration, e.g. by introducing a new variable in WebConnectorService and calling the setter from the appropriate protocoll class.
Regards