Knock knock... anybody?

Peter Stavrinides wrote:
Hi All

This may be a trivial issue for most, but I am quite new to tomcat.

I am trying to configure SSL, These are the steps I took:

- I have created a key/value pair using the keytool in suns jdk no problem there
- I have configured the http connector in tomcats server.xml like this:
<Connector port="8443" minProcessors="5" maxProcessors="75"
        enableLookups="true" disableUploadTimeout="true"
acceptCount="100" debug="0" scheme="https" secure="true" clientAuth="false" sslProtocol="TLS" keystoreFile="/opt/irm-server/conf/.tomcat5key" keystorePass="my secret password" />

- I added the following to my web.xml:
  <user-data-constraint>
         <transport-guarantee>
           CONFIDENTIAL
        </transport-guarantee>
   </user-data-constraint>

After restarting tomcat the port changes correctly, so it appears to be working but the page wont come up in the browser.
Firefox Error Message:
Unable to connect
Firefox can't establish a connection to the server at mydomain.myserver:8443.

what am I missing?

thanks in advance,
Peter

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


--
Peter Stavrinides
Albourne Partners (Cyprus) Ltd
Tel: +357 22 750652 If you are not an intended recipient of this e-mail, please notify the sender, delete it and do not read, act upon, print, disclose, copy, retain or redistribute it. Please visit http://www.albourne.com/email.html for important additional terms relating to this e-mail.


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to