https://bz.apache.org/bugzilla/show_bug.cgi?id=62023
joe.fletc...@sscinc.com changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|WORKSFORME |--- Status|RESOLVED |REOPENED --- Comment #4 from joe.fletc...@sscinc.com --- @Remy/Mark: Perhaps this is a documentation issue. https://tomcat.apache.org/tomcat-8.0-doc/config/http.html#SSL_Support https://tomcat.apache.org/tomcat-8.0-doc/ssl-howto.html The ssl-howto doc gives this example. The APR connector uses different attributes for many SSL settings, particularly keys and certificates. An example of an APR configuration is: <!-- Define a SSL Coyote HTTP/1.1 Connector on port 8443 --> <Connector protocol="org.apache.coyote.http11.Http11AprProtocol" port="8443" maxThreads="200" scheme="https" secure="true" SSLEnabled="true" SSLCertificateFile="/usr/local/ssl/server.crt" SSLCertificateKeyFile="/usr/local/ssl/server.pem" SSLVerifyClient="optional" SSLProtocol="TLSv1+TLSv1.1+TLSv1.2"/> As stated, the config works fine provided I remove the SSLProtocol option. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org