Mark Whitby wrote:
> I am currently designing a final year project for my University
> course and I am having problems getting a working SSL connection.  I
> have Tomcat set up and working fine, but when it comes to accessing a
> page over the https setup, I am having no luck.

> I have altered the server.xml file to include the path
> "keystorePath="D:/FYPCode/keystore" "where I have copied the keystore
> to.  I've done everything.  Yet when I type https://localhost:8443 in
> the browser window I get nothing.  When using IE it takes ages to
> search for the page, then eventually I get "This page cannot be
> displayed" and in Mozilla I get a message after a couple of minutes
> saying the page has timed out and get left with a blank page.  So I
> can't load the page up at all.

Can you post the config files you consider relevant, in particular the
server.xml.

Have you enabled access logging in server.xml; if so, can you see it
receiving the relevant request?

Mike

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

Reply via email to