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

RE: SSL with Tomcat 55

2005-08-19 Thread Hayes, Wes
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 persons

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

Re: SSL on tomcat breaks file download

2004-11-02 Thread Jon Wingfield
Archives: http://marc.theaimsgroup.com/?l=tomcat-userm=109818070801385w=2 http://marc.theaimsgroup.com/?l=tomcat-userm=105966032518910w=2 Jon Dobson Paul L Contr OO-ALC/LGFBR wrote: I created a JSP web application that allows user to dynamically generate and download excel files using POI/HSSF.

Re: SSL on tomcat breaks file download

2004-11-02 Thread Edouard Dalla-Costa
hey, it is simply an header problem. I encountered the same problem few month except that I am using servlet and not JSP file. But I think it should be exactly the same. Tomcat by default set Cache-Control and Pragma to no-cache. So you have to force those to to cache. I had to add those two line

RE: SSL on tomcat breaks file download

2004-11-02 Thread Dobson Paul L Contr OO-ALC/LGFBR
: Re: SSL on tomcat breaks file download hey, it is simply an header problem. I encountered the same problem few month except that I am using servlet and not JSP file. But I think it should be exactly the same. Tomcat by default set Cache-Control and Pragma to no-cache. So you have to force those

RE: SSL on tomcat breaks file download

2004-11-02 Thread Goldman, Stephen CIV SWRMC
- From: Dobson Paul L Contr OO-ALC/LGFBR [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 02, 2004 9:49 To: 'Tomcat Users List' Subject: RE: SSL on tomcat breaks file download Worked perfectly! Thank you. Paul Dobson, F-16 Programmer/Analyst Viranim Technologies, Inc OO-ALC/LGFBR (801) 755

Re: SSL in tomcat standalone with virtual hosts

2004-08-19 Thread RJ
OK, I've done some more searching, and one suggested strategy for trying to have several SSL certificates is to configure each as a service, and have them all listen on different ports. But if you do that, don't they each have to be listening on different ports? What I'm looking for is a way to

Re: SSL in tomcat standalone with virtual hosts

2004-08-19 Thread Hassan Schroeder
RJ wrote: OK, I've done some more searching I think you're making this harder than it needs to be... I read one post in the archives that said to create a new connector for each IP, but that doesn't work (at least using the Administration tool -- it only allows one connector on 443). So don't use

Re: SSL in tomcat standalone with virtual hosts

2004-08-19 Thread RJ
At 12:01 PM 8/19/2004, Hassan Schroeder wrote: RJ wrote: OK, I've done some more searching I think you're making this harder than it needs to be... That's definitely the story of my life. For those as clueless as me, here's what I did to get it to work: edit up server.xml to define a

Re: SSL Apache/Tomcat encrypting a subdirectory

2003-09-10 Thread Bill Barker
Easiest is probably to use a: security-constraint web-resource-collection web-resource-nameSSL area/web-resource-name url-pattern/online/*/url-pattern /web-resource-collection user-data-constraint transport-guaranteeINTEGRAL/transport-guarantee

RE: SSL and tomcat behind apache

2003-08-19 Thread Madere, Colin
is losing the s in https or similar... -Original Message- From: Bradberry, Rick [mailto:[EMAIL PROTECTED] Sent: Monday, August 18, 2003 9:27 AM To: 'Tomcat Users List' Subject: RE: SSL and tomcat behind apache Thanks for the response, I added scheme and secure to the Connector

RE: SSL and tomcat behind apache

2003-08-18 Thread Stuart Stephen
Which connector are you using to link tomcat to apache? -Original Message- From: Bradberry, Rick [mailto:[EMAIL PROTECTED] Sent: 18 August 2003 13:47 To: 'Tomcat Users List' Subject: SSL and tomcat behind apache Hi all, Question about running SSL through apache and using tomcat for

RE: SSL and tomcat behind apache

2003-08-18 Thread Bradberry, Rick
the setup is Apache 2 tomcat 4.1.27 mod_jk2 connectors 4.1.27 Rick -Original Message- From: Stuart Stephen [mailto:[EMAIL PROTECTED] Sent: Monday, August 18, 2003 8:51 AM To: Tomcat Users List Subject: RE: SSL and tomcat behind apache Which connector are you using to link tomcat

RE: SSL and tomcat behind apache

2003-08-18 Thread Stuart Stephen
[mailto:[EMAIL PROTECTED] Sent: 18 August 2003 13:56 To: 'Tomcat Users List' Subject: RE: SSL and tomcat behind apache the setup is Apache 2 tomcat 4.1.27 mod_jk2 connectors 4.1.27 Rick -Original Message- From: Stuart Stephen [mailto:[EMAIL PROTECTED] Sent: Monday, August 18, 2003 8:51 AM

RE: SSL and tomcat behind apache

2003-08-18 Thread Bradberry, Rick
, 2003 9:09 AM To: Tomcat Users List Subject: RE: SSL and tomcat behind apache In your httpd.conf or ssl.conf in the virtual hosts, this should be where the connectors are mounted. Also, in the server.xml make sure that your using the org.apache.coyote.tomcat4.CoyoteConnector on port 8443, scheme

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

Re: SSL with Tomcat

2003-01-28 Thread Yakov Belov
Thanks, but I don't use a command line to run Tomcat (everything is started via the web)- where exactly do I type this parameters in? - Original Message - From: list [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, January 28, 2003 7:08 PM Subject: Re: SSL

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 via

Re: SSL with Tomcat

2003-01-28 Thread Yakov Belov
[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 Belov [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 28, 2003 3:13 AM

Re: SSL Connection Tomcat and Apache

2002-12-13 Thread Bill Barker
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 protocols send the messages un-encrypted and easily enough decipherable to a sniffer. They are designed around the assumption the your Tomcat Server is in the same

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 in tomcat vs. apache

2002-11-12 Thread Lloyd Meinholz
To: Tomcat Users List Subject: Re: SSL in tomcat vs. apache On Mon, 11 Nov 2002, Lloyd Meinholz wrote: Date: Mon, 11 Nov 2002 15:33:16 -0500 From: Lloyd Meinholz [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: SSL in tomcat vs. apache

Re: SSL in tomcat vs. apache

2002-11-11 Thread Craig R. McClanahan
On Mon, 11 Nov 2002, Lloyd Meinholz wrote: Date: Mon, 11 Nov 2002 15:33:16 -0500 From: Lloyd Meinholz [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: SSL in tomcat vs. apache Does anyone have any comparison facts or opinions on the

More Re: SSL with Tomcat standalone on WIN98

2002-11-01 Thread George McKinney
I've caught the exception output it begins: EmbededTomcat: exception initializing ContextManager java.lang.NoClassDefFoundError: javax/net/ServerSocketFactory at java.lang.ClassLoader.defineClass0(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:486) .

Re: More Re: SSL with Tomcat standalone on WIN98

2002-11-01 Thread Bill Barker
It looks like JSSE isn't installed properly. Since I usually just have JSSE for testing, I just dump the jar files into $TOMCAT_HOME/lib/common, and it works fine for me. For production servers, I believe that it is more common to dump them into $JAVA_HOME/jre/lib/ext. George McKinney [EMAIL

Re: More Re: SSL with Tomcat standalone on WIN98

2002-11-01 Thread Pae Choi
Your exception message is clearly telling you what is going on. To wit, somewhere in the execution path of your prgram could not find the class, java.net.ServerSocketFactory. With J2SDK veriosn 1.4.x, you will have to play with J2 Security Extension packages, but no needed to mess with them if

RE: SSL on Tomcat standalone not working

2002-09-11 Thread Ratner, Ian
I'm having the same problem. Can you let me know if you find a solution? Thanks, Ian -Original Message- From: Michael Petres [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 10, 2002 6:51 PM To: [EMAIL PROTECTED] Subject: SSL on Tomcat standalone not working I have a tomcat

RE: SSL on Tomcat standalone not working

2002-09-11 Thread Michael Petres
To: 'Tomcat Users List' Subject: RE: SSL on Tomcat standalone not working I'm having the same problem. Can you let me know if you find a solution? Thanks, Ian -Original Message- From: Michael Petres [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 10, 2002 6:51 PM

RE: SSL on Tomcat standalone not working

2002-09-11 Thread Turner, John
:[EMAIL PROTECTED]] Sent: Wednesday, September 11, 2002 1:33 PM To: Tomcat Users List Subject: RE: SSL on Tomcat standalone not working Great tip :), of course you need to use https://, what an oversight on my part... oh well But shouldn't Tomcat return an error page if someone types

RE: SSL on Tomcat standalone not working

2002-09-11 Thread Michael Petres
~ InnovObjX Corp. Web: www.innovobjx.com Tel: 905-729-2235 x3 Fax: 905-729-2235 ~ -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 11, 2002 1:47 PM To: 'Tomcat Users List' Subject: RE: SSL on Tomcat standalone

RE: SSL on Tomcat standalone not working

2002-09-11 Thread Turner, John
know I wanted a SSL connection, not because the URL was invalid. http and https are not host identifiers. John -Original Message- From: Michael Petres [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 11, 2002 1:52 PM To: Tomcat Users List Subject: RE: SSL on Tomcat standalone

RE: SSL on Tomcat standalone not working

2002-09-11 Thread Michael Petres
~ InnovObjX Corp. Web: www.innovobjx.com Tel: 905-729-2235 x3 Fax: 905-729-2235 ~ -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 11, 2002 2:01 PM To: 'Tomcat Users List' Subject: RE: SSL on Tomcat standalone

RE: SSL on Tomcat standalone not working

2002-09-11 Thread Turner, John
-Original Message- From: Michael Petres [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 11, 2002 2:48 PM To: Tomcat Users List Subject: RE: SSL on Tomcat standalone not working P.S. John, are you part of the development team for Tomcat? No, not at all. Does

RE: SSL on Tomcat standalone not working

2002-09-11 Thread Michael Petres
~ InnovObjX Corp. Web: www.innovobjx.com Tel: 905-729-2235 x3 Fax: 905-729-2235 ~ -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 11, 2002 2:53 PM To: 'Tomcat Users List' Subject: RE: SSL on Tomcat standalone

RE: SSL on Tomcat standalone not working

2002-09-11 Thread Turner, John
-Original Message- From: Michael Petres [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 11, 2002 2:54 PM To: Tomcat Users List Subject: RE: SSL on Tomcat standalone not working No John, I quite enjoy interacting with you :). What I meant was since I was thinking about putting

RE: SSL in Tomcat

2002-09-03 Thread Tathagat (London)
CN is actually taken as the web server's name on which the site is running. This is kind of a check that the certificate is coming from the same server on which the site is running, because if it is coming from another server then it could be fraud. cheers Tathagat -Original Message-

Re: SSL in Tomcat

2002-09-03 Thread randie ursal
thanks Tathagat, but i was just wondering why on the keytool documentation the CN is having a value of the subjects full name...and not the web servers name. is this a documentation error on keytool on java? Tathagat (London) wrote: CN is actually taken as the web server's name on which the

RE: SSL in Tomcat

2002-09-03 Thread Tathagat (London)
Hello Randie, check this page out. http://mindprod.com/jglosskeytool.html cheers Tathagat -Original Message- From: randie ursal [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 03, 2002 09:12 To: Tomcat Users List Subject: Re: SSL in Tomcat thanks Tathagat, but i was just wondering

Re: SSL and Tomcat

2002-08-29 Thread Randy Secrist
There is such a thing in Tomcat, albiet a little different. Tomcat being a servlet container, organizes everything into web applications. (Similar to a virtual server.) You can specify for each web application which directories (resources) are considered integral, or confidential. When a

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

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
With the increase in web services, and different companies working as partners, it's very conceivable (in my mind) that there would be a situation where the initial web request was handled by apache owned by Company A, and for one reason or another, needed to connect to tomcat owned by Company B

RE: SSL Connection Tomcat and Apache

2002-08-13 Thread Wills, Mike N. (TC)
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 between apache and tomcat is something I have been wanting to research

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

RE: SSL Connection Tomcat and Apache

2002-08-12 Thread Pooleery, Manoj
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:443 # General setup for the virtual host DocumentRoot

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

RE: SSL Standalone Tomcat 4.0 Windows NT - Thawte

2001-12-04 Thread Rams
Mr.Madhav, Just u do like this. did u ever open the cert? lt shows like a window with some details. right? lt has three tabs on the top a) General b) Details c) Certification Path. u go for Details. There u can see Copy to File button to the bottom. Now u change the cert to .der encoded

Re: SSL Apache Tomcat (NameBased VirtualHosts)

2001-07-24 Thread Lars Nielsen Lind
Message - From: "John Bazeley" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, July 24, 2001 2:42 AM Subject: RE: SSL Apache Tomcat (NameBased VirtualHosts) Lars, I thought you could only have SSL on one of your name based virtual hosts. To have more than 1 SSL serve

RE: SSL Apache Tomcat (NameBased VirtualHosts)

2001-07-23 Thread John Bazeley
Lind - Original Message - From: Lars Nielsen Lind [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, July 19, 2001 10:24 PM Subject: Re: SSL Apache Tomcat (NameBased VirtualHosts) It dows not function correct. So I'll have to start one Apache instance with the httpd.conf file

Antwort: Re: SSL Apache Tomcat (NameBased VirtualHosts)

2001-07-20 Thread Stefan . Raschke
: online.dk Thema: Re: SSL Apache Tomcat (NameBased VirtualHosts) 19.07.01

RE: RE: SSL with Tomcat/mod_jserv via Apache

2001-07-19 Thread Ronald Ruzicka
Dear John, The .conf files would be a great help - please can you mail them? Thanks a lot! Sincerely, Ronald Ruzicka Simutech Tel. +43-1-888 36 10-21 Fax +43-1-888 36 10-49 emailmailto:[EMAIL PROTECTED] homepage www.simutech.at From: John Bazeley Subject: RE: SSL with Tomcat

Re: SSL Apache Tomcat (NameBased VirtualHosts)

2001-07-19 Thread Lars Nielsen Lind
It dows not function correct. So I'll have to start one Apache instance with the httpd.conf file (port80) and another with the httpd_ssl.conf file (port443 - made by myself). Just as it is written in Professional Apache from Wrox. It is apparently the one and only way to solve the problems

Re: SSL with Tomcat/mod_jserv via Apache

2001-07-18 Thread Ravishankar.S
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 saints bless u.i tried and failed after a week's effort Ravishankar.S IonIdea Enterprise Solutions,

RE: SSL with Tomcat/mod_jserv via Apache

2001-07-18 Thread John Bazeley
. 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 with Tomcat/mod_jserv via Apache dear

Re: ssl on tomcat?

2001-06-25 Thread Andrey Kompaneev
Hi can anybody tell me if tomcat (standalone) supports SSL ? Yes. This is from server.xml: !-- Uncomment this for SSL support. You _need_ to set up a server certificate if you want this to work, and you need JSSE. 1. Add JSSE

Re: ssl on tomcat?

2001-06-25 Thread Dmitri Colebatch
see the web site: http://jakarta.apache.org/tomcat/tomcat-3.3-doc/tomcat-ssl-howto.html dim. On Mon, 25 Jun 2001 20:25, Lukas Sägesser wrote: can anybody tell me if tomcat (standalone) supports SSL ? tnx!! l.sägesser

Re: SSL for tomcat or Netscape

2001-05-08 Thread Milt Epstein
On Mon, 7 May 2001, Sridharan Kuppa wrote: Hi, I have Netscape Enterprise Server3.5.1 and Tomcat. I have configure Netscape Enterprise Server3.5.1 to handle tomcat for Servlet and Jsp. It is working fine. Now, i would like to install ssl. Where do i to install ssl whether in

RE: SSL and tomcat

2001-03-30 Thread Filip Hanik
http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/tomcat-ssl-howto.htm l ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original Message- From: Mick Sullivan [mailto:[EMAIL PROTECTED]] Sent: Friday, March 30, 2001 7:58

RE: SSL and tomcat

2001-03-30 Thread Jan Lange
Hi! Your URL doesn't exists. Jan L. -Original Message- From: Filip Hanik [mailto:[EMAIL PROTECTED]] Sent: Friday, March 30, 2001 6:13 PM To: [EMAIL PROTECTED] Subject: RE: SSL and tomcat http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/tomcat-ssl -howto.htm l

RE: SSL and tomcat

2001-03-30 Thread Stefán F. Stefánsson
appent the "-howto.htm" to the top line... it got cut in half. -Original Message- From: Jan Lange [mailto:[EMAIL PROTECTED]] Sent: 30. mars 2001 16:37 To: [EMAIL PROTECTED] Subject: RE: SSL and tomcat Hi! Your URL doesn't exists. Jan L. -Original Message- From: F

RE: SSL and tomcat

2001-03-30 Thread Olivier LAUDREN
http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/tomcat-ssl-howto .html -Message d'origine- De : Jan Lange [mailto:[EMAIL PROTECTED]] Envoy : vendredi 30 mars 2001 18:37 : [EMAIL PROTECTED] Objet : RE: SSL and tomcat Hi! Your URL doesn't exists. Jan L. -Original Message