Dear All,

My first posting. I'm having some difficulty using SSL with struts. Here's some background (with dummy names):

Running tomcat4.1 integrated with apache on a Linux box
Regular server = tcs.xxx.com
Secure server = secure.xxx.com
These are the same server, just different names.
When I go to https://secure.xxx.com/appname/filename.jsp the secure connection works just fine.
When I go to https://secure.xxx.com/appname/actionname.do I get a 404 error.
When I go to http://secure.xxx.com/appname/actionname.do it works just fine. (Alternately, http://tcs.xxx.com/appname/actionname.do works also.)

From what little I've read, ssl should work "transparently." I'm not sure if I'm just doing something wrong or if this is a configuration error.

Thanks for any help.

Best,

Laurie


--
To unsubscribe, e-mail: <mailto:struts-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

Reply via email to