Hi, I ran into a strange problem with SSL configuration in Tomcat 4.1.29. I had configured https://zeus:8443/ and tried it out with Lynx-ssl and it was able to access it, but when I tried to access it using IE (several versions), I keep getting the Cannot Find Server (The page cannot be displayed) error.
But it was able to access http://zeus:8080/ so it can find the server, but somehow can't connect to the HTTPS port (and there's no firewall since it's on the LAN). There is nothing in the logs on it being connected or any errors... Not sure if anyone has any idea what's going on? Apprecaite the help! The relevant server.xml portion below: <Connector className="org.apache.coyote.tomcat4.CoyoteConnector"^M port="8443" minProcessors="5" maxProcessors="75"^M enableLookups="true"^M acceptCount="100" debug="0" scheme="https" secure="true"^M useURIValidationHack="false" disableUploadTimeout="true">^M <Factory className="org.apache.coyote.tomcat4.CoyoteServerSocketFactory"^M keystoreFile="/usr/local/tomcat/jakarta-tomcat-4.1.29/conf/keys/ keystore" keystorePass="pass1here"^M clientAuth="false" protocol="TLS" />^M and catalina.log shows they were started ok: Apr 6, 2004 11:01:42 AM org.apache.coyote.http11.Http11Protocol init INFO: Initializing Coyote HTTP/1.1 on port 8080 Apr 6, 2004 11:01:42 AM org.apache.coyote.http11.Http11Protocol init INFO: Initializing Coyote HTTP/1.1 on port 8090 Apr 6, 2004 11:01:50 AM org.apache.coyote.http11.Http11Protocol init INFO: Initializing Coyote HTTP/1.1 on port 8443 Starting service Tomcat-Standalone Apache Tomcat/4.1.29 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
