Re: SSL problem

2005-09-05 Thread Mark Thomas
For 5, import the CA cert to $JAVA_HOME/jre/lib/security/cacerts Do 4 after 5. If you do it right, you shouldn't see the prompt to trust the CA as it is already in your list of trusted certs. Also, check the server cert you get back is indeed what you expect. Mark Peter Betz wrote: Hi, I

RE: SSL Problem need Help!

2004-07-30 Thread Stephan Kühn
What do you mean exactly??? Can you give me a sample server.xml for this ? -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Bill Barker Sent: Freitag, 30. Juli 2004 05:45 To: [EMAIL PROTECTED] Subject: Re: SSL Problem need Help! Edit the file by hand, and get rid of

Re: SSL Problem need Help!

2004-07-29 Thread Bill Barker
Edit the file by hand, and get rid of the 'keypass' attribute. There is a bunch of other stuff you could clean up, but it's mostly aliases of the same attribute over and over. "Stephan Kühn" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Hallo, i new with Tomcat and i use Tomcat 5

RE: SSL Problem need Help!

2004-07-29 Thread Stephan Kühn
about that? -Ursprüngliche Nachricht- Von: Stephan Kühn [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 29. Juli 2004 12:04 An: Tomcat Users List Betreff: RE: SSL Problem need Help! Need still help!! -Original Message- From: Stephan Kühn [mailto:[EMAIL PROTECTED] Sent: Donnerstag, 29. Juli

RE: SSL Problem need Help!

2004-07-29 Thread Stephan Kühn
Need still help!! -Original Message- From: Stephan Kühn [mailto:[EMAIL PROTECTED] Sent: Donnerstag, 29. Juli 2004 11:32 To: Tomcat Users List Subject: SSL Problem need Help! Hallo, i new with Tomcat and i use Tomcat 5.16 with j2re1.4.2_03 on Windows. So i whnat to configure a server

Re: SSL problem with TC 5.0.16

2003-12-09 Thread Baer Peter Christoph Alexander
.xml. Do you see anything wrong, here? Something, that was ok with TC 4.0.6, but is no longer valid for TC 5.0.16? Thanks in advance! Alex -Original Message- From: Luc Foisy [mailto:[EMAIL PROTECTED] Sent: Monday, December 08, 2003 5:53 PM To: Tomcat Users Li

Re: SSL problem with TC 5.0.16

2003-12-08 Thread Ankur Shah
> minSpareThreads="25" > port="8443" > scheme="https" > secure="true"> > clientAuth="false" > keystoreFile="D:\ourwebapp\certificate\keystore" > keystorePass=&

RE: SSL problem with TC 5.0.16

2003-12-08 Thread Baer Peter Christoph Alexander
> -Original Message- > From: Luc Foisy [mailto:[EMAIL PROTECTED] > Sent: Monday, December 08, 2003 5:53 PM > To: Tomcat Users List > Subject: RE: SSL problem with TC 5.0.16 > > > Did you set keystorePass? > > -Original Message- > From: Baer Pet

RE: SSL problem with TC 5.0.16

2003-12-08 Thread Luc Foisy
Did you set keystorePass? -Original Message- From: Baer Peter Christoph Alexander [mailto:[EMAIL PROTECTED] Sent: Monday, December 08, 2003 11:49 AM To: '[EMAIL PROTECTED]' Subject: SSL problem with TC 5.0.16 Hi, before you start throwing eggs and tomatoes at me: I *have* searched the m

RE: ssl problem with certain browsers / os versions

2003-11-11 Thread Dave Beattie
t: Tuesday, November 11, 2003 11:51 AM To: Tomcat Users List Subject: RE: ssl problem with certain browsers / os versions Known bug using IE and SSL other than on port 443. Assuming you have used the defaults you will be using SSL on port 8443 for Tomcat and IE won't do the redirect unless yo

RE: ssl problem with certain browsers / os versions

2003-11-11 Thread Murray
Known bug using IE and SSL other than on port 443. Assuming you have used the defaults you will be using SSL on port 8443 for Tomcat and IE won't do the redirect unless you specify https://tomcat:8443/etc. I'll take a guess that your application works fine with Netscape! The easiest solution is

RE: ssl problem with Tomcat 4.1.27

2003-10-31 Thread Agarwal, Naresh
nks, Naresh -Original Message-----From: Yuriy Stul [mailto:[EMAIL PROTECTED]Sent: Wednesday, October 29, 2003 6:28 PMTo: Agarwal, NareshCc: [EMAIL PROTECTED]Subject: RE: ssl problem with Tomcat 4.1.27 No problem with SLL in 4.1.27 version, we use 4.1.27 version and SSL

Re: SSL problem URGENT!!!!!!!!!

2003-10-29 Thread Christopher Schultz
Galbayar, I'm pretty sure the desire to reply to posts is inversely proportional to the number of trailing exclamation points in the subject line. Also note that this problem does not sound urgent in the slightest. I have question. when i use socket connect to ssl supported web server if succes

RE: ssl problem with Tomcat 4.1.27

2003-10-29 Thread Yuriy Stul
No problem with SLL in 4.1.27 version, we use 4.1.27 version and SSL. -Original Message- From: Agarwal, Naresh [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 28, 2003 5:11 PM To: [EMAIL PROTECTED] Subject: ssl problem with Tomcat 4.1.27 Hi I successfully configured Tomcat 4.1.24 (us

Re: SSL problem

2003-04-03 Thread Daniel Hallmark
It sounds to me like you are trying to generate a ney key pair with keytool and then use your existing certificate with that key pair. Based on my understanding of the certificate process, that won't work. Here is a very simplified view of what happens when you create a cert. 1. You (or your webs

Re: SSL problem

2003-04-03 Thread Giulia Hill
Jan, No, I haven't got anywhere yet with this. I have taken a look at the suggested pkcs12 http://www.openssl.org/docs/apps/pkcs12.html but that hasn't broght me that much further. I'll let you know if I find a solution, and, please, do likewise - surely I wouldn't to buy a new certificate. Giu

Re: SSL problem

2003-04-02 Thread Mark W. Webb
PKCS12 is a certificate storage file type. look at "openssl pkcs12" Jan Fetyko wrote: Sorry for the dump question but what is pkcs12 ? And how did you use the certification files with that ? Jf On Wed, 02 Apr 2003 10:34:34 -0500 "Mark W. Webb" <[EMAIL PROTECTED]> wrote: I ended up using a

Re: SSL problem

2003-04-02 Thread Jan Fetyko
Sorry for the dump question but what is pkcs12 ? And how did you use the certification files with that ? Jf On Wed, 02 Apr 2003 10:34:34 -0500 "Mark W. Webb" <[EMAIL PROTECTED]> wrote: > I ended up using a pkcs12 file instead of a java keystore. Not sure if > this helps, but it looks like you

Re: SSL problem

2003-04-02 Thread Mark W. Webb
I ended up using a pkcs12 file instead of a java keystore. Not sure if this helps, but it looks like you are using openssl, so you should be able to use the openssl command line tools. Giulia Hill wrote: Following the How-to, I have almost successfully activated SSL on tomcat 4.1. The problem

Re: SSL problem

2003-04-02 Thread Jan Fetyko
Are you getting somewhere with this issue ? I have the same problem ( I need to use the certificate that was previously on Apache ) and I'm at the dead end as of now, hoping for a response from this list. Yes or No would do also, but no response yet. :(( Jf On Tue, 1 Apr 2003 15:45:49 -0800 (PS

Re: SSL problem

2002-12-02 Thread Gabriel Enriquez Perez
your Tomcat as your primary web server??? or just a Servlet/JSP container? Hope, this help you! From: "Rodrigo Videschi" Reply-To: "Tomcat Users List" To: [EMAIL PROTECTED] Subject: Re: SSL problem Date: Sun, 01 Dec 2002 02:15:52 -0200 Ol? staff, I am trying to make con

Re: SSL problem

2002-11-30 Thread anywhere-info
what errors are you getting ? check log file for that Rodrigo Videschi wrote: Ol? staff, I am trying to make configuration of the TomCat with SSL but I am not obtaining, I followed all the steps that were in the manual of the TomCat: To generate serverkey, clientkey..., all with keytool and i

Re: SSL problem

2002-11-30 Thread Rodrigo Videschi
Ol? staff, I am trying to make configuration of the TomCat with SSL but I am not obtaining, I followed all the steps that were in the manual of the TomCat: To generate serverkey, clientkey..., all with keytool and in the end I decomento the lines of server.xml that they deal with the SSL, but u

RE: SSL problem

2002-11-29 Thread mech
Could it be a firewall problem in the network? Port 8443 is not too common. Some admins might block it. Try to change port to 443 to find out if it's a protocol or a port problem. > -Original Message- > From: Gabriel Enriquez Perez [mailto:[EMAIL PROTECTED]] > Sent: Freitag, 29. November

RE: SSL Problem

2002-03-12 Thread Alf Scherer
Original Message- From: Chris Campbell [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 12, 2002 11:09 AM To: 'Tomcat Users List' Subject: RE: SSL Problem hi. did you change the configuration in server.xml? You need to uncomment the section like this just checking.

RE: SSL Problem

2002-03-12 Thread Alf Scherer
rom: Chris Campbell [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 12, 2002 11:09 AM To: 'Tomcat Users List' Subject: RE: SSL Problem hi. did you change the configuration in server.xml? You need to uncomment the section like this just checking. ChrisC > -Origi

RE: SSL Problem

2002-03-12 Thread Chris Campbell
hi. did you change the configuration in server.xml? You need to uncomment the section like this just checking. ChrisC > -Original Message- > From: Alf Scherer [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, March 12, 2002 6:13 PM > To: [EMAIL PROTECTED] > Subject: SSL Probl

RE: SSL problem with tomcat 4.0.2

2002-02-20 Thread Ryan Beckes
Hello, I'm not sure if you have the same problem I did, but to fix mine, I created a self signed key, do this with Suns Java SDK 1.4.0 (I couldn't get it to work with 1.3.1 because jsse is not default with this sdk and I think some important certs were missing from the cacerts file). $JAVA_HOME/b

RE: SSL problem with tomcat 4.0.2

2002-02-20 Thread Scott Shorter
My only other suggestion is to be sure that keystore password and key password are both "changeit", and key alias is "tomcat". > -Original Message- > From: Xue-Feng Yang [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 20, 2002 2:54 PM > To: Tomc

RE: SSL problem with tomcat 4.0.2

2002-02-20 Thread Xue-Feng Yang
It looks that I get some prograss. I made a new .keystore in the default dir, as you mentioned. This time I didn't see the new error message in log file, but the page still "The page cannot be displayed". Any more suggestions. --- Scott Shorter <[EMAIL PROTECTED]> wrote: > In my experience,

RE: SSL problem with tomcat 4.0.2

2002-02-20 Thread Scott Shorter
In my experience, Tomcat cannot actually rely on any keystore except the default one, which on W2K seems to appear as C:\\Documents and Settings\\YOURUSERNAME\\.keystore HTH, Scott > -Original Message- > From: Xue-Feng Yang [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 20, 2002