I followed that same tutorial.  Here's mine, looks good compared to yours:
<Connector port="8443" maxHttpHeaderSize="8192"
               maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
               enableLookups="false" disableUploadTimeout="true"
               acceptCount="100" scheme="https" secure="true"
               clientAuth="false" sslProtocol="TLS"
keystoreFile="/apps/apache-tomcat/.keystore" k
eyAlias="tomcat" />

On Thu, May 8, 2008 at 3:16 PM, Martin <[EMAIL PROTECTED]> wrote:

>
>
> verify the connector attributes are set for SSL connector in server.xml
> e.g.
> <Connector
>          port="8443" minProcessors="5" maxProcessors="75"
>         enableLookups="true" disableUploadTimeout="true"
>          acceptCount="100" debug="0" scheme="https" secure="true";
>          clientAuth="false" sslProtocol="TLS"/>
> Tutorial located at
> http://tomcat.apache.org/tomcat-5.5-doc/ssl-howto.html
> Martin
>
> ------ Original
>
>> Message ----- From: "Kevin Williams" <[EMAIL PROTECTED]>
>> To: <users@tomcat.apache.org>
>> Sent: Thursday, May 08, 2008 5:10 PM
>> Subject: ssl server configuration
>>
>>
>>  I followed the instructions to setup the ssl server for tomcat(stand
>>> alone)
>>> on the website.  I'm using v5.5 with jre 1.5 on solaris.  I created my
>>> keystore, got a signed cert from my CA and inserted it into the keystore,
>>> added my CA chain certs to the keystore.  I modified the server.xml file
>>> to
>>> reflect the keystore path and alias and I uncommented the section.  I
>>> restarted tomcat and the manager status page shows a paragraph that seems
>>> to
>>> indicate the the server is also running on port 8443 (in addition to
>>> 8080).
>>> But when i try to connect to https://host:8443, i get no response.  i
>>> also
>>> tried telneting to that port to see if it was at least open from the
>>> server
>>> its running on (to eliminate a firewall problem) and i get connection
>>> refused.  I don't beleive the daemon is running on the port.  the log
>>> files
>>> are empty with no helpful info to speak of.
>>>
>>> Where should I start to troubleshoot?
>>>
>>> -Kevin
>>>
>>>
>>
>

Reply via email to