RE: How to verify SSL/HTTPS behind Tomcat via AJP13

2003-02-25 Thread Eduardo Jaunez S.
(not null), and when something is set, isn't related to SSL. So I guess I forgot to set something. > -Mensaje original- > De: Ian Hunter [mailto:[EMAIL PROTECTED] > Enviado el: Martes, 25 de Febrero de 2003 12:02 > Para: Tomcat Users List > Asunto: Re: How to verify SSL

Re: How to verify SSL/HTTPS behind Tomcat via AJP13

2003-02-25 Thread Kris Schneider
understanding of SSL front > ends... > > - Original Message - > From: "Turner, John" <[EMAIL PROTECTED]> > To: "'Tomcat Users List'" <[EMAIL PROTECTED]> > Sent: Tuesday, February 25, 2003 9:37 AM > Subject: RE: How to verify S

Re: How to verify SSL/HTTPS behind Tomcat via AJP13

2003-02-25 Thread Ian Hunter
;) ; > ... > > > If you are lucky than me, please let me know !!. > > Eduardo. > > > > -Mensaje original----- > > De: Ian Hunter [mailto:[EMAIL PROTECTED] > > Enviado el: Martes, 25 de Febrero de 2003 11:31 > > Para: Tomcat Users List > &

RE: How to verify SSL/HTTPS behind Tomcat via AJP13

2003-02-25 Thread Eduardo Jaunez S.
Mensaje original- > De: Ian Hunter [mailto:[EMAIL PROTECTED] > Enviado el: Martes, 25 de Febrero de 2003 11:31 > Para: Tomcat Users List > Asunto: Re: How to verify SSL/HTTPS behind Tomcat via AJP13 > > > I've "fallen back" to seeing if > getRequestURL().to

Re: How to verify SSL/HTTPS behind Tomcat via AJP13

2003-02-25 Thread Ian Hunter
f SSL front ends... - Original Message - From: "Turner, John" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Tuesday, February 25, 2003 9:37 AM Subject: RE: How to verify SSL/HTTPS behind Tomcat via AJP13 > > Nope. I thi

RE: How to verify SSL/HTTPS behind Tomcat via AJP13

2003-02-25 Thread Turner, John
Tomcat Users List > Subject: Re: How to verify SSL/HTTPS behind Tomcat via AJP13 > > > I've "fallen back" to seeing if > getRequestURL().toString().startsWith("https") -- that seems > pretty kludgy. > Any other ideas? > > - Original Message

Re: How to verify SSL/HTTPS behind Tomcat via AJP13

2003-02-25 Thread Ian Hunter
PROTECTED]> Sent: Tuesday, February 25, 2003 8:41 AM Subject: RE: How to verify SSL/HTTPS behind Tomcat via AJP13 > > The return from getProtocol() is correct, AFAIK. I don't believe there is a > HTTPS/1.1 or similar, but I could be wrong. > > By "check protocol type&qu

RE: How to verify SSL/HTTPS behind Tomcat via AJP13

2003-02-25 Thread Turner, John
The return from getProtocol() is correct, AFAIK. I don't believe there is a HTTPS/1.1 or similar, but I could be wrong. By "check protocol type" in the docs (agreed, it is unclear), I believe it means to do one (or all) of the following: - check the URL for "https" - check the port number for t