"Susumu Sai" <[email protected]> wrote in message news:[email protected]... >I have confirmed that SSLImplementation attribute works in Connector >of server.xml file (Refer to >http://mail-archives.apache.org/mod_mbox/tomcat-users/200609.mbox/%[email protected]%3e). >But I just don't understand why SSLImplementation attribute is not >included in Tomcat 6.0 document - >http://tomcat.apache.org/tomcat-6.0-doc/config/http.html. Mistake or >any reason?
TC 6.0 only supports one type of SSLImplementation out-of-the-box (JSSE). So anyone that wants to use this attribute has to already know enough about Tomcat internals to write their own SSLImplementation. Including it in the docs would just confuse 99.99% of users. But, yes, the hook is there for anyone that wants to plug in their favorite SSL library. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
