Re: SSL with Tomcat 55

2005-08-19 Thread Paul Singleton
Hayes, Wes wrote: Good Morning, I am the Network Admin working with a programmer trying to get TomCat 5.5 working with SSL. She is trying to run a servlet via Oracle JDeveloper 10.1.2. Now, on my end, I have followed the instruction for TomCat on how to get SSL installed and it seemed to wor

RE: SSL with Tomcat 55

2005-08-19 Thread Hayes, Wes
EMAIL PROTECTED] Sent: Friday, August 19, 2005 10:38 AM To: Tomcat Users List Subject: Re: SSL with Tomcat 55 hmmm wild guess here but are the cert file and the web app owned by the same user and group that executes the Tomcat thread(s)? i.e. If Tomcat is run by user say tomcat, and the other pe

Re: SSL with Tomcat 55

2005-08-19 Thread Brian Cook
hmmm wild guess here but are the cert file and the web app owned by the same user and group that executes the Tomcat thread(s)? i.e. If Tomcat is run by user say tomcat, and the other persons web app is owned by another user, and the cert is owned by say root I could see it causing a problem

SSL with Tomcat 55

2005-08-19 Thread Hayes, Wes
Good Morning, I am the Network Admin working with a programmer trying to get TomCat 5.5 working with SSL. She is trying to run a servlet via Oracle JDeveloper 10.1.2. Now, on my end, I have followed the instruction for TomCat on how to get SSL installed and it seemed to work fine. Got the test

Strange Problem on SSL with tomcat

2004-12-21 Thread Ben Chan
Hi all, I have a strange problem when I configure the tomcat running SSL. I have created the keystore file in / following the steps in documentation. And also uncomment the tag inside server.xml. I tried to start the tomcat, the SSL work fine in my old tomcat 4.1.18. But it cannot work in tomcat

About "Direct SSL" with Tomcat as Stand Alone web Server for tomcat SSL experts

2003-02-28 Thread stev sutherland
to implement the SSL solution with Tomcat after recompiling the webserver.jar file with ANT . --- DIRECTIONS FOR SETTING UP SSL WITH TOMCAT/PORTAL === PREPARE THE PORTAL SERVER --- 1. ADD SE

Re: SSL with Tomcat

2003-01-28 Thread Yakov Belov
John" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Tuesday, January 28, 2003 9:57 PM Subject: RE: SSL with Tomcat > > What do the regular Tomcat logs say? > > John > > > -Original Message- > From: Yakov Be

RE: {ICICICARE#002-040-330}SSL with Tomcat

2003-01-28 Thread Arnaud HERITIER
Is it possible to STOP this auto-reply on the mailing list??? Thanks Arnaud > -Message d'origine- > De : NRI Cell [mailto:[EMAIL PROTECTED]] > Envoyé : mardi 28 janvier 2003 12:06 > À : Tomcat Users List > Objet : {ICICICARE#002-040-330}SSL with Tomcat > >

{ICICICARE#002-040-330}SSL with Tomcat

2003-01-28 Thread NRI Cell
Dear Sir/Madam, We have received your e-mail and shall respond to you shortly. Regards ICICI Bank NRI Services Centre

RE: SSL with Tomcat

2003-01-28 Thread Turner, John
What do the regular Tomcat logs say? John -Original Message- From: Yakov Belov [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 28, 2003 3:13 AM To: Tomcat Users List Subject: Re: SSL with Tomcat Thanks, but I don't use a command line to run Tomcat (everything is started vi

{ICICICARE#002-039-421}SSL with Tomcat

2003-01-28 Thread NRI Cell
Dear Sir/Madam, We have received your e-mail and shall respond to you shortly. Regards ICICI Bank NRI Services Centre

{ICICICARE#002-039-418}SSL with Tomcat

2003-01-28 Thread NRI Cell
Dear Sir/Madam, We have received your e-mail and shall respond to you shortly. Regards ICICI Bank NRI Services Centre

Re: SSL with Tomcat

2003-01-28 Thread Yakov Belov
ary 28, 2003 7:08 PM Subject: Re: SSL with Tomcat > hi! > > you may start tomcat with: > -Djavax.net.debug=all > or with: > -Djavax.net.debug=ssl > > then you can 'see' whats going on during ssl handshake! > > Yakov Belov wrote: > > >Dear All, >

Re: SSL with Tomcat

2003-01-28 Thread list
hi! you may start tomcat with: -Djavax.net.debug=all or with: -Djavax.net.debug=ssl then you can 'see' whats going on during ssl handshake! Yakov Belov wrote: Dear All, I am trying to use Tomcat over SSL. I have followed the HOWTO: SSL in hte Tomcat Docs, i.e. downloaded the three needed jar

SSL with Tomcat

2003-01-28 Thread Yakov Belov
Dear All, I am trying to use Tomcat over SSL. I have followed the HOWTO: SSL in hte Tomcat Docs, i.e. downloaded the three needed jar files, created a ./keystore file and specified its location in the web.xml file. I have also uncommented the SSL Connector section in the web.xml file. Now when I r

cannot use SSL with tomcat running as a service

2002-11-25 Thread Aurelio D'Amico
If run tomcat using the provided batch I can use SSL without any problem, if I run tomcat as a service instead, I receive the 404 errore page. Any Idea how to solve this problem? I'm using: windows NT SP6 java 4.1.1_01 tomcat 4.1.12-LE-jdk14 -- To unsubscribe, e-mail:

Re: More Re: SSL with Tomcat standalone on WIN98

2002-11-01 Thread Pae Choi
> From: "George McKinney" <[EMAIL PROTECTED]> > To: "Tomcat User" <[EMAIL PROTECTED]> > Sent: Friday, November 01, 2002 8:28 PM > Subject: SSL with Tomcat standalone on WIN98 > > > > I'm trying to setup Tomcat 3.3.1 to use SSL when running s

Re: More Re: SSL with Tomcat standalone on WIN98

2002-11-01 Thread Bill Barker
"George McKinney" <[EMAIL PROTECTED]> > To: "Tomcat User" <[EMAIL PROTECTED]> > Sent: Friday, November 01, 2002 8:28 PM > Subject: SSL with Tomcat standalone on WIN98 > > > > I'm trying to setup Tomcat 3.3.1 to use SSL when running stand-alo

More Re: SSL with Tomcat standalone on WIN98

2002-11-01 Thread George McKinney
a:486) . Where might that be - one of the container .jars? I thought Tomcat picked them up as necessary? - Original Message - From: "George McKinney" <[EMAIL PROTECTED]> To: "Tomcat User" <[EMAIL PROTECTED]> Sent: Friday, November 01, 2002 8:28 PM Subject: SSL wi

SSL with Tomcat standalone on WIN98

2002-11-01 Thread George McKinney
I'm trying to setup Tomcat 3.3.1 to use SSL when running stand-alone. (I'm doing major maint. on a project that uses that version) It's not clear whether I need to build Tomcat from source to bring in SSL support or whether (as I've been trying) I can manipulate a binary version's config. I create

SSL with Tomcat 3.2.1

2002-03-19 Thread Rams
Hi , I've been using jsse 1.0.2 with jdk1.3. i use Tomcat 3.2.1 as webserver. when i stalled jdk1.4, Tomcat is not running when i enable it for SSL. why is this so? Which version of jsse.jar does Tomcat 3.2.x support? could anyone get rid off my prob. Thanq --Rams winma

SSL with tomcat

2002-03-18 Thread Victor Lopes
Hi, I'm using tomcat 3.3 working under apache 1.3 , and it's working just fine, but when I make a https request to my apliction , it works , but I don't have any information about the SSL conection , like the cipher suite or the key size. When tomcat is running stand alone I've got javax.serv

JSSE SSL with tomcat

2001-08-30 Thread Mehul S Dave
Hello everyone, Well i had configured my site with SSL functionality. I had set the parameters in Server.xml files perfect . one of it is : parameter = clientAuth value=true which means it expects the personal Certificate fom the client . I had tested & i got a personal certi on my Browser b

RE: RE: SSL with Tomcat/mod_jserv via Apache

2001-07-19 Thread Ronald Ruzicka
y, 26 June 2001 00:41 > To: [EMAIL PROTECTED] > Subject: Re: SSL with Tomcat/mod_jserv via Apache > > > dear ronald, > mod_jk directly supports SSL whereas modJServ does not > .if u r going > for SSL i suggest mod_jk and if u r trying it in windows then may all the >

RE: SSL with Tomcat/mod_jserv via Apache

2001-07-18 Thread John Bazeley
gular http. Mine don't care, though, so neither do I. Do you need a copy of httpd.conf/tomcat.conf etc? -- John > -Original Message- > From: Ravishankar.S [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, 26 June 2001 00:41 > To: [EMAIL PROTECTED] > Subject: Re: SSL wi

Re: SSL with Tomcat/mod_jserv via Apache

2001-07-18 Thread Ravishankar.S
,EPIP,Whitefield, Bangalore-560054, PH: 91-80-8411366-71 ext: 1042 E-Mail: [EMAIL PROTECTED] URL : www.ionideasolutions.com - Original Message - From: "Ronald Ruzicka" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 18, 2001 5:37 PM Subject: SSL with Tomcat/mod

SSL with Tomcat/mod_jserv via Apache

2001-07-18 Thread Ronald Ruzicka
Hello, does anyone know, if it is possible to run SSL on a Tomcat/mod_jserv based solution connected to Apache-mod_ssl. Is there a document like "TomCat and SSL" (which describes a TomCAT/mod_jk based solution), only for Tomcat/mod_jserv. Thank you for your help. Ronald Ruzicka Simutech Tel.

SSL with Tomcat via Apache

2001-07-16 Thread Ronald Ruzicka
Hello, I currently use TomCat 3.1 with Apache 1.3.14 on a server - and it works fine: resolving ordinary HTTP and SSL/HTTPS requests by Apache - ok servlet requests by TomCat (Port 8080) via Apache - ok Now I want to use https:/...servlet/foo to simply make a secure connection for servlet reque

Re: Anybody doing SSL with Tomcat successfully (SSL Direct)?

2001-02-27 Thread Mandar Joshi
java.lang.Thread.run(Thread.java:484) There seems to be something wrong while hand-shake. Mandar - Original Message - From: "Todd Carmichael" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 27, 2001 7:03 PM Subject: RE: Anybody doing SSL with To

RE: Anybody doing SSL with Tomcat successfully (SSL Direct)?

2001-02-27 Thread Todd Carmichael
Sent: Tuesday, February 27, 2001 6:19 PM To: [EMAIL PROTECTED] Subject: Anybody doing SSL with Tomcat successfully (SSL Direct)? I am facing this problem - could not resolve it yet TIA Mandar - Original Message - From: "Mandar Joshi" <[EMAIL PROTECTED]> To: <[EMAIL PR

Anybody doing SSL with Tomcat successfully (SSL Direct)?

2001-02-27 Thread Mandar Joshi
I am facing this problem - could not resolve it yet TIA Mandar - Original Message - From: "Mandar Joshi" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, February 24, 2001 4:27 PM Subject: tomcat with SSL > Hi, > > I am using tomcat V3.2. I am trying to configure SSL for sta

Autoreply: SSL with Tomcat-IIS?

2001-02-22 Thread bwheeler
<mailto:[EMAIL PROTECTED]> list-post: <mailto:[EMAIL PROTECTED]> Delivered-To: mailing list [EMAIL PROTECTED] From: "Aleksandar Perme" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Subject: SSL with Tomcat-IIS? Date: Thu, 22 Feb 2001 14:47:15 -0500 Mess

SSL with Tomcat-IIS?

2001-02-22 Thread Aleksandar Perme
Hi, I have a question regarding running MS IIS with Tomcat with SSL support. I found on your site, both, "Tomcat IIS HowTo", "Tomcat and SSL" and "Working with mod_jk" documents, but I couldn't find if it is possible to use SSL with IIS - Tomcat combination. The "Tomcat IIS HowTo" document expali