Problem configuring SSL in Tomcat 5.0.16 -- Bill Barker 2004-01-07
I haven't got a clue what the bug is, but it looks like it is in your webapp. The error you are seeing is from a request that your 'mergeUrl' servlet is making to some external server. Since it is clearly making an http request (not an https request), I'd guess that that is your problem :).
"Mike Batting" <mike@(protected) news:001201c3d49a$335338d0$700201c0@(protected)... I downloaded the src project and did a full ant build of Tomcat 5. I am running a SUN JDK version 1.4.1. I have run the java keytool to create a simple certificate keystore. I have used essetnially the standard server.xml file and have uncommented the SSL connector. I have tried using both SSL and TSL sslProtocols.
I have the server running and functioning as expected through port 8080, however when I try to run the same requests through https://<server>:8443/<webapp> I am getting the found at the bottom of the email.
Any idea what I may be doing wrong or might be missing from my setup ? ----
--------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected) For additional commands, e-mail: tomcat-user-help@(protected)