Dear all,
I got a popular error (org.apache.coyote.http11.Http11NioProtocol initializing endpoint) when running
tomcat (6.0.32) with SSL certificate (.pfx). This is my configuration in the server.xml
I could solve the problem by changing the protocol into "org.apache.coyote.http11.http11nioprotocol". However, i still have no idea why is that? This bug only happen with 6.0.32. With the version 6.0.33, the old configuration works well