"Susumu Sai" <susumu.sai.2...@gmail.com> wrote in message news:7d50e06a0906231422q734e985dybc92648f59fae...@mail.gmail.com... >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/%3c6244765.p...@talk.nabble.com%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: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org