Doctor Khumalo schrieb: > OK, thanks. > > If I remove Tomcat from the equation, I can get HTTPS to work with > Apache but when I try to start Tomcat and proxy the HTTPS request to > Tomcat, it fails. So, enabling HTTPS on Tomcat 8443 like the > following still fails: > > <Connector port="8443" minSpareThreads="5" > maxSpareThreads="75" proxyName="local3" > enableLookups="true" disableUploadTimeout="true" > acceptCount="100" maxThreads="200" scheme="https" > secure="true" SSLEnabled="true" > SSLCertificateFile="/usr/local/apache2/conf/ssl.key/local3.crt" > SSLCertificateKeyFile="/usr/local/apache2/conf/ssl.key/server.key" > clientAuth="false" sslProtocol="TLS"/>
Can you talk to Tomcat port 8443 using HTTPS directly with your browser? As long as that doesn't work, the combination with Apache in front will not do it as well. Is the encryption between Apache and Tomcat important for you? If no, then don't bother setting up an https port and instead use http between Apache and Tomcat. Regards, Rainer --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]