Re: SSL question

2005-10-05 Thread Raueber Hotzenplotz
Hi Not exactly sure what you mean. Could you send me a snippet of your web.xml? That would be very nice. Thanks! Greetings from Vienna --- Yassine ELassad <[EMAIL PROTECTED]> wrote: > > hi i'm not sure if this will help you but i have hade a quite similar issue : > i have passed a full URL a

Re: SSL question

2005-10-04 Thread Yassine ELassad
hi i'm not sure if this will help you but i have hade a quite similar issue : i have passed a full URL a param Vlaue in my web.xml something like http://localhost:8080/MyServlet both http and :8080 are specifying a differnt port number than the ssl port so if you are performing such a call you b

Re: SSL Question

2005-03-01 Thread Jason Bainbridge
On Tue, 1 Mar 2005 09:44:36 -0600, Reis, Tom <[EMAIL PROTECTED]> wrote: > I have a quick question about SSL. If I am already running SSL on a > server with a certificate imported into a .keystore file and I create a new > certificate will it automatically overwrite the .keystore file by c

Re: SSL Question

2005-03-01 Thread Chris Hosler
Is this for a new web site or one that has been up and running for some time ? Christopher W. Hosler Network Administrator Ingham County MIS Department Email [EMAIL PROTECTED] As water reflects the face So a mans heart reflects the man >>> [EMAIL PROTECTED] 3/1/2005 10:44:36 AM >>> I

RE: ssl question

2004-02-25 Thread Kannan Sundararajan
1. Install Tomcat 2. Install IIS 3. install isapi_redirector.dll in IIS server 4. configure IIS as per documentation in website for isapi_redirector.dll 5. configure certificate in IIS Your application should work now with Tomcat - IIS with ssl setup.. -Original Message- From: John MccLa

Re: ssl question

2004-02-25 Thread Tim Funk
http://nagoya.apache.org/wiki/apachewiki.cgi?Tomcat/Links via .. http://jakarta.apache.org/tomcat/faq/ -Tim John MccLain wrote: How do I setup tomcat to communicate with IIS using ssl/https??? Is there any documentation??? -

RE: SSL question - from an apache guy

2002-09-20 Thread neal
: 'Tomcat Users List' Subject: RE: SSL question - from an apache guy Sorry, a pointer to the HOWTO is all I'm good for, I don't use Tomcat stand-alone, so my SSL is done with Apache. When you say "copying that over", what do you mean? Over to where? John > -O

RE: SSL question - from an apache guy

2002-09-20 Thread neal
o:[EMAIL PROTECTED]] Sent: Friday, September 20, 2002 12:03 PM To: 'Tomcat Users List' Subject: RE: SSL question - from an apache guy Sorry, a pointer to the HOWTO is all I'm good for, I don't use Tomcat stand-alone, so my SSL is done with Apache. When you say "copying t

RE: SSL question - from an apache guy

2002-09-20 Thread Turner, John
Friday, September 20, 2002 2:53 PM > To: Tomcat Users List > Subject: RE: SSL question - from an apache guy > > > I was just reading through the documentation again myself looking for > disconnects between what the manual says and what we're experiencing. > > It seems

RE: SSL question - from an apache guy

2002-09-20 Thread neal
maybe this implies that we're not using the proper JKS format or something. Is this correct? Thanks. Neal -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Friday, September 20, 2002 11:31 AM To: 'Tomcat Users List' Subject: RE: SSL question - from an

RE: SSL question - from an apache guy

2002-09-20 Thread Turner, John
Tomcat SSL HOWTO: http://jakarta.apache.org/tomcat/tomcat-4.0-doc/ssl-howto.html In general, you use the keytool utility. John > -Original Message- > From: neal [mailto:[EMAIL PROTECTED]] > Sent: Friday, September 20, 2002 2:24 PM > To: Tomcat Users List > Subject: SSL question - from

Re: SSL question

2002-06-10 Thread Laura
ECTED]> Sent: Monday, June 10, 2002 1:32 PM Subject: Re: SSL question > > --- Laura <[EMAIL PROTECTED]> wrote: > > Hi all, > > > > I have a question about SSL - HTTPS. I have a system > > with apache + 2 Tomcat > > instances with load balancer. Now my web

RE: SSL question

2002-06-10 Thread Sébastien Dui
Hi Laura, You may use Mod_Rewrite for that. (http://httpd.apache.org/docs/mod/mod_rewrite.html) The syntax is rather similar to RegExp. Regards, Sébastien Dui [EMAIL PROTECTED] -Message d'origine- De : Laura [mailto:[EMAIL PROTECTED]] Envoyé : lun. 10 juin 2002 13:06 À : Tomcat User

Re: SSL question

2002-06-10 Thread sonam singh
--- Laura <[EMAIL PROTECTED]> wrote: > Hi all, > > I have a question about SSL - HTTPS. I have a system > with apache + 2 Tomcat > instances with load balancer. Now my web application > is over HTTP. Next week > we are going to buy a Verisign Certificate and I > have to move the web > applicatio