I have set up a Tomcat 5.5 server on a Windows machine.  I modified the
server.xml file to enable SSL, created and imported a self-signed cert
using keytool, and it appears to be working.  I can access
https://myserver:8443 both locally and from another machine on the
network.

However, I am having trouble getting a device running Windows Mobile
2003 to connect to the server.  It navigates fine to my non-ssl
connection.  I'm attempting to troubleshoot where the SSL connection
isn't working.

When I look at the localhost_access_log file, I can see the http
requests come through, but nothing shows up for the https requests.  

Is there another log I can look at that will show me the ssl requests
coming through?  There are only a few basic logs in my logs directory,
which show the startup information but nothing else.  I modified the
server.xml file and uncommented the ReqestDumperValve but it only shows
the http stuff that comes through.  I have also gone through the steps
here:
http://tomcat.apache.org/tomcat-5.5-doc/logging.html
and while there is now a *lot* of stuff showing up in my log, none of it
seems to correspond to the SSL requests.

Can anyone point me in the right direction?

Thanks,

Jen




---------------------------------------------------------------------
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