I'm running Tomcat 5.0.27 and am having a heck of time getting a connection with
port 8443.


My firewall has 8000-8999 open.

Here is snipet from my server.xml regarding the connector for port 8443. Is there something
I don't see?


 <Connector acceptCount="100" enableLookups="true"
          keystoreFile="/home/dspace/.keystore" keystorePass="changeit"
          port="8443" scheme="https" secure="true"
          sslProtocol="TLS" clientauth="false"
          keypass="changeit" keystore="/home/dspace/.keystore"
          keytype="JKS" protocol="TLS">
  <Factory className="org.apache.coyote.tomcat5.CoyoteServerSocketFactory"/>
 </Connector>

I am not able to https://localhost:8443 at all.  Dead

Any suggestions for me to check out?

TIA,


Jeffrey A. Trimble Systems/Catalog Librarian Youngstown State University Youngstown, OH [EMAIL PROTECTED] (330) 941-2483




--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to