Re: Is cancelled SSL connection bug fixed in Tomcat 4.1.31?

2005-06-09 Thread Mark Thomas
Meehan wrote: Hi, Does anyone out there know if the Cancelled SSL connection cause Tomcat to stumble bug is fixed for Tomcat 4.1.31? The bug can be found here: http://issues.apache.org/bugzilla/show_bug.cgi?id=17323 I can reproduce this issue with 4.1.18 but have yet to be able to reproduce

Is cancelled SSL connection bug fixed in Tomcat 4.1.31?

2005-06-08 Thread Mike Meehan
Hi, Does anyone out there know if the Cancelled SSL connection cause Tomcat to stumble bug is fixed for Tomcat 4.1.31? The bug can be found here: http://issues.apache.org/bugzilla/show_bug.cgi?id=17323 I can reproduce this issue with 4.1.18 but have yet to be able to reproduce

Re: Fw: Internet Explorer Bug under SSL Connection

2004-10-19 Thread Edouard Dalla-Costa
- From: Jon Wingfield [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, October 15, 2004 9:57 AM Subject: Re: Internet Explorer Bug under SSL Connection Yep. This comes up every so often on the list. Whenever IE downloads content we change the Pragma

Re: Fw: Internet Explorer Bug under SSL Connection

2004-10-18 Thread Jon Wingfield
Message - From: Jon Wingfield [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, October 15, 2004 9:57 AM Subject: Re: Internet Explorer Bug under SSL Connection Yep. This comes up every so often on the list. Whenever IE downloads content we change the Pragma response header

Internet Explorer Bug under SSL Connection

2004-10-15 Thread Edouard Dalla-Costa
Hi, I am using a servlet that open an excel file from an output stream which is working very well. However, I want to use it under SSL connection which looks to be quite easy. I made the change in tomcat and it is working very well. However when I try to open my excel file using Internet Explorer

Re: Internet Explorer Bug under SSL Connection

2004-10-15 Thread Jon Wingfield
)-1) { response.setHeader(Pragma, public); } HTH, Jon Edouard Dalla-Costa wrote: Hi, I am using a servlet that open an excel file from an output stream which is working very well. However, I want to use it under SSL connection which looks to be quite easy. I made the change in tomcat

Fw: Internet Explorer Bug under SSL Connection

2004-10-15 Thread David Wall
it this way? And why does the Pragma setting have the negative effect described? Thanks, David - Original Message - From: Jon Wingfield [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, October 15, 2004 9:57 AM Subject: Re: Internet Explorer Bug under SSL Connection Yep

SSL connection

2004-10-11 Thread Edouard Dalla-Costa
Hi, I have a question of configuration. I am trying to use SSL connection with tomcat 5.0.28. But it does not work, I am having a FileNotFound exception when I am adding the className SSLServerSocketFactory to the server.xml file. If I don't add the className variable, the Secure connection looks

Stop Tomcat over non-SSL connection with Apache2/JK2

2004-06-12 Thread Gordon Ross
to https://hostname/gwise/blah fine as well. The problem, is that I do *NOT* want the webapp available over the non-SSL connection. In the VirtualHost section in Apache 2 where I defined the SSL VirtualHost, I put a JkUriSet command, but the tomcat apps were still available over port 80 (non-SSL

Re: Stop Tomcat over non-SSL connection with Apache2/JK2

2004-06-12 Thread Michael Echerer
Gordon Ross wrote: The problem, is that I do *NOT* want the webapp available over the non-SSL connection. In the VirtualHost section in Apache 2 where I defined the SSL VirtualHost, I put a JkUriSet command, but the tomcat apps were still available over port 80 (non-SSL) - even though

Keystore SSL Connection Tomcat 4

2003-02-14 Thread Ravindra K. Bhat
Hi: I am running tomcat 4.0.6 with SSL and though my certificate is valid when I log on to the site the window which pops up says: The Security Certificate has expired or is not yet valid... any suggestions on why it might be doing it..(the certificate has not expired for sure- the date is

Tomcat hangs under SSL connection, Clarification of Problem I have been experiencing, really need help

2003-01-15 Thread Steve Vanspall
. None of this has helps, the only thing that stops the container from hanging, is if I remove all SSL connection from the app. I have posted with a few messages, but now have worked out under what circumstances it happens. Can anyone help me This is really frustrating Thanks in advance Steve

Re: SSL Connection Tomcat and Apache

2002-12-13 Thread Bill Barker
I intend to try setting it up myself as soon as I have the time. John Turner [EMAIL PROTECTED] -Original Message- From: Ralph Einfeldt [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 13, 2002 12:50 PM Subject: AW: SSL Connection Tomcat and Apache Why do you care ? In most cases this

RE: SSL Connection Tomcat and Apache

2002-12-13 Thread Noel J. Bergman
: news [mailto:[EMAIL PROTECTED]]On Behalf Of Bill Barker Sent: Saturday, December 14, 2002 2:19 To: [EMAIL PROTECTED] Subject: Re: SSL Connection Tomcat and Apache While there seems to be a demand for SSL from Apache-Tomcat, the fact is that it is not currently implemented. Both the Warp Ajp13

RE: SSL Connection Tomcat and Apache

2002-08-13 Thread Pooleery, Manoj
]] Sent: Monday, August 12, 2002 4:38 PM To: 'Tomcat Users List' Subject: RE: SSL Connection Tomcat and Apache What about the transmittions between Apache and Tomcat? I realize if they are on the same machine it isn't a problem, but what about if it is on a different machine? This is all

RE: SSL Connection Tomcat and Apache

2002-08-13 Thread Turner, John
] -Original Message- From: Pooleery, Manoj [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 13, 2002 11:27 AM To: 'Tomcat Users List' Subject: RE: SSL Connection Tomcat and Apache i have it working on different machines. Tomcat on one machine and apache on another. SSL will work irrespective

RE: SSL Connection Tomcat and Apache

2002-08-13 Thread Wills, Mike N. (TC)
How is this set up then? -Original Message- From: Pooleery, Manoj [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 13, 2002 10:27 AM To: 'Tomcat Users List' Subject: RE: SSL Connection Tomcat and Apache i have it working on different machines. Tomcat on one machine and apache

Re: SSL Connection Tomcat and Apache

2002-08-13 Thread Peter T. Abplanalp
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 -Original Message- From: Wills, Mike N. (TC) [mailto:[EMAIL PROTECTED]] Sent: Monday, August 12, 2002 4:38 PM To: 'Tomcat Users List' Subject: RE: SSL Connection Tomcat and Apache What about the transmittions between Apache

RE: SSL Connection Tomcat and Apache

2002-08-13 Thread Milt Epstein
-- but I don't think I've ever seen an answer saying it can be done. -Original Message- From: Wills, Mike N. (TC) [mailto:[EMAIL PROTECTED]] Sent: Monday, August 12, 2002 4:38 PM To: 'Tomcat Users List' Subject: RE: SSL Connection Tomcat and Apache What about the transmittions between

AW: SSL Connection Tomcat and Apache

2002-08-13 Thread Ralph Einfeldt
). -Ursprüngliche Nachricht- Von: Wills, Mike N. (TC) [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 12. August 2002 22:21 An: '[EMAIL PROTECTED]' Betreff: SSL Connection Tomcat and Apache I have Apache and Tomcat working together, but now I am curious on security. How I do implement

RE: SSL Connection Tomcat and Apache

2002-08-13 Thread Wills, Mike N. (TC)
This is exactly what I am wondering about. -Original Message- From: Peter T. Abplanalp -Original Message- From: Wills, Mike N. (TC) What about the transmittions between Apache and Tomcat? I realize if they are on the same machine it isn't a problem, but what about if it is

RE: SSL Connection Tomcat and Apache

2002-08-13 Thread Andreas Mohrig
such a configuration using ssh. greetings Andreas Mohrig -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 13, 2002 5:49 PM To: 'Tomcat Users List' Subject: RE: SSL Connection Tomcat and Apache Thanks for your post with the configuration in it...SSL

RE: SSL Connection Tomcat and Apache

2002-08-13 Thread Andreas Mohrig
[mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 13, 2002 5:49 PM To: 'Tomcat Users List' Subject: RE: SSL Connection Tomcat and Apache Thanks for your post with the configuration in it...SSL between apache and tomcat is something I have been wanting to research for awhile now, and your info

RE: SSL Connection Tomcat and Apache

2002-08-13 Thread Turner, John
: AW: SSL Connection Tomcat and Apache Why do you care ? In most cases this traffic is not seen by anybody but yourself. It's a complete different topic if you allow third parties access to systems inside your network and you want to make shure that they don't listen to traffic, that isn't owned

RE: SSL Connection Tomcat and Apache

2002-08-13 Thread Wills, Mike N. (TC)
: SSL Connection Tomcat and Apache Please correct my typo: It has to be ssh instead of ssl (of course) in the command used to start the secure shell!!! And one mor thought: I have no idea how this might affect performance. - I think the setup within apache's httpd.conf will enable encryption

RE: SSL Connection Tomcat and Apache

2002-08-13 Thread Andreas Mohrig
: Correct my if I'm wrong, since I have not tested it with a packet-sniffer (or something like that). greetings Andreas Mohrig -Original Message- From: Wills, Mike N. (TC) [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 13, 2002 6:54 PM To: 'Tomcat Users List' Subject: RE: SSL Connection

SSL Connection Tomcat and Apache

2002-08-12 Thread Wills, Mike N. (TC)
I have Apache and Tomcat working together, but now I am curious on security. How I do implement SSL on that connection? Mike Wills IT Corporate Support Taylor Corporation [EMAIL PROTECTED] Phone: (507) 386-3187 -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands,

RE: SSL Connection Tomcat and Apache

2002-08-12 Thread Pooleery, Manoj
a certificate, you make the above changes in the httpd.conf. Thanks Manoj. -Original Message- From: Wills, Mike N. (TC) [mailto:[EMAIL PROTECTED]] Sent: Monday, August 12, 2002 4:21 PM To: '[EMAIL PROTECTED]' Subject: SSL Connection Tomcat and Apache I have Apache and Tomcat working together

RE: SSL Connection Tomcat and Apache

2002-08-12 Thread Wills, Mike N. (TC)
12, 2002 3:33 PM To: 'Tomcat Users List' Subject: RE: SSL Connection Tomcat and Apache In the httpd.conf file of apache, you can implement the virtual host directive for SSL. The port used is 443. You have to have an entry like this - ## ## SSL Virtual Host Context ## VirtualHost server_name

RE: SSL Connection Tomcat and Apache

2002-08-12 Thread Short, Dave
Will this work for Tomcat 4.1.x and Apache 2.0.x? -Original Message- From: Pooleery, Manoj [mailto:[EMAIL PROTECTED]] Sent: August 12, 2002 1:33 PM To: 'Tomcat Users List' Subject: RE: SSL Connection Tomcat and Apache In the httpd.conf file of apache, you can implement the virtual host

RE: SSL Connection Tomcat and Apache

2002-08-12 Thread Wills, Mike N. (TC)
Oh BTW. This is Apache 2.0.?? on IBM iSeries (AS/400) but that shouldn't matter much. -Original Message- From: Wills, Mike N. (TC) [mailto:[EMAIL PROTECTED]] Sent: Monday, August 12, 2002 3:38 PM To: 'Tomcat Users List' Subject: RE: SSL Connection Tomcat and Apache What about

RE: SSL Connection Tomcat and Apache

2002-08-12 Thread Wills, Mike N. (TC)
Does anyone else have any ideas on this? -Original Message- From: Wills, Mike N. (TC) [mailto:[EMAIL PROTECTED]] Sent: Monday, August 12, 2002 3:41 PM To: 'Tomcat Users List' Subject: RE: SSL Connection Tomcat and Apache Oh BTW. This is Apache 2.0.?? on IBM iSeries (AS/400

FW: SSL Connection between Apache and Tomcat

2002-02-11 Thread Sasvari, Zsolt
How can I set a secure connection between Apache and Tomcat? As I see the Ajp connetor is not SSL enabled. Then how secure will be a system if Tomcat runs in different machine from Apache? Somebody said there is your firewall. But 90% of attackers come from inside thus it is not a good answer.

RE: SSL Connection between Apache and Tomcat

2002-02-11 Thread Hitchman, Peter
List' (E-mail) Subject: SSL Connection between Apache and Tomcat How can I set a secure connection between Apache and Tomcat? As I see the Ajp connetor is not SSL enabled. Then how secure will be a system if Tomcat runs in different machine from Apache? I looked through the mailing list archive

RE: SSL Connection between Apache and Tomcat

2002-02-11 Thread Sasvari, Zsolt
I have done it. The SSL connection between the browser and Apache works. But what about the connection between Apache and Tomcat? Regards, Zsolt -Original Message- From: Hitchman, Peter [mailto:[EMAIL PROTECTED]] Sent: Monday, February 11, 2002 11:56 AM To: 'Tomcat Users List' Subject

RE: SSL Connection between Apache and Tomcat

2002-02-11 Thread Anton Brazhnyk
Hi, -Original Message- From: Sasvari, Zsolt [mailto:[EMAIL PROTECTED]] Sent: Monday, February 11, 2002 12:52 PM To: 'Tomcat Users List' (E-mail) Subject: FW: SSL Connection between Apache and Tomcat How can I set a secure connection between Apache and Tomcat? As I see the Ajp

SSL Connection between Apache and Tomcat

2002-02-06 Thread Sasvari, Zsolt
How can I set a secure connection between Apache and Tomcat? As I see the Ajp connetor is not SSL enabled. Then how secure will be a system if Tomcat runs in different machine from Apache? I looked through the mailing list archive and didn't find any answers. Has anybody something idea? Thanks,

RE: Reg. Multiple Server certificates at one Webserver for SSL connection

2001-11-02 Thread GOMEZ Henri
Hi, This ques. is Reg. to Multiple Server certificate support at one Webserver for SSL connection. How can l map different multiple server Certificates to one webserver? Impossible my friend, you could only have ONE SSL Server certificate by IP adress

Re: SSL Connection problem through jsp

2001-09-23 Thread Jonathan Eric Miller
it works with JNDI. Jon - Original Message - From: Lomesh Contractor [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, September 20, 2001 4:54 AM Subject: SSL Connection problem through jsp Hi , I am facing one very strange problem for SSL connectivity from JSP page. I have

SSL Connection problem through jsp

2001-09-20 Thread Lomesh Contractor
Hi , I am facing one very strange problem for SSL connectivity from JSP page. I have one java application( one class file ) that make SSL connection to any secure server, if I run that application independently. But,when i use the same class file from my JSP page, to make SSL

RE: SSL Connection problem through jsp

2001-09-20 Thread Rams
You have to register SSL driver which ssl package do u use? Rams -Original Message- From: Lomesh Contractor [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 20, 2001 3:25 PM To: [EMAIL PROTECTED] Subject: SSL Connection problem through jsp Hi , I am facing one very

RE: SSL Connection problem through jsp - Rams

2001-09-20 Thread Lomesh Contractor
- From: Rams [mailto:[EMAIL PROTECTED]] Sent: Friday, September 21, 2001 7:57 AM To: [EMAIL PROTECTED] Subject: RE: SSL Connection problem through jsp You have to register SSL driver which ssl package do u use? Rams -Original Message- From: Lomesh Contractor [mailto:[EMAIL PROTECTED