With 5.0.28 this works fine for me:
<Connector port="8443"
maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
enableLookups="false" disableUploadTimeout="true"
acceptCount="100" debug="0" scheme="https" secure="true"
clientAuth="false" sslProtocol="TLS"
keystoreFile="C:\Dokumente und Einstellungen\Olli\.keystore.nix"
keystorePass="xxx" />
What is your factory setting for?
Make sure the request actually reaches Tomcat. Maybe letting something
else (like the non-https connector that usually listens to port 8080)
listen and see if it works.
Oliver
On Wed, 17 Nov 2004 14:29:16 -0500, Jeffrey Trimble <[EMAIL PROTECTED]> wrote:
> 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]
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]