Re: Using Apache/mod_ssl certificate and private key with Tomcat/keytool

2003-11-12 Thread Bill Barker
Tucker [EMAIL PROTECTED] To: Bill Barker [EMAIL PROTECTED] Sent: Tuesday, November 11, 2003 8:55 PM Subject: Re: Using Apache/mod_ssl certificate and private key with Tomcat/keytool Hi Bill, Do you know of a similar howto for client authentication with ssl? I've had nothing but trouble getting

Re: Using Apache/mod_ssl certificate and private key with Tomcat/keytool

2003-11-12 Thread Michael Jeffrey Tucker
(it is ignored for CLIENT-CERT auth). - Original Message - From: Michael Jeffrey Tucker [EMAIL PROTECTED] To: Bill Barker [EMAIL PROTECTED] Sent: Tuesday, November 11, 2003 8:55 PM Subject: Re: Using Apache/mod_ssl certificate and private key with Tomcat/keytool Hi Bill, Do you

Re: Using Apache/mod_ssl certificate and private key with Tomcat/keytool

2003-11-12 Thread Michael Jeffrey Tucker
PROTECTED] Sent: Tuesday, November 11, 2003 8:55 PM Subject: Re: Using Apache/mod_ssl certificate and private key with Tomcat/keytool Hi Bill, Do you know of a similar howto for client authentication with ssl? I've had nothing but trouble getting a system with self-signed keys

Re: Using Apache/mod_ssl certificate and private key with Tomcat/keytool

2003-11-12 Thread Bill Barker
(aka Subject). The password can be anything you want (it is ignored for CLIENT-CERT auth). - Original Message - From: Michael Jeffrey Tucker [EMAIL PROTECTED] To: Bill Barker [EMAIL PROTECTED] Sent: Tuesday, November 11, 2003 8:55 PM Subject: Re: Using Apache/mod_ssl

Using Apache/mod_ssl certificate and private key with Tomcat/keytool

2003-11-11 Thread Scott Kelley
Hi, I have an Apache+mod_ssl+Tomcat configuration that's been working fine for several years. I have an SSL certificate from Verisign, and my httpd.conf file contains: SSLCertificateFile /path/to/server.crt SSLCertificateKeyFile /path/to/server.key The private key is unencrypted so

Re: Using Apache/mod_ssl certificate and private key with Tomcat/keytool

2003-11-11 Thread Bill Barker
] Hi, I have an Apache+mod_ssl+Tomcat configuration that's been working fine for several years. I have an SSL certificate from Verisign, and my httpd.conf file contains: SSLCertificateFile /path/to/server.crt SSLCertificateKeyFile /path/to/server.key The private key is unencrypted so

apache /mod_ssl/tomcat/struts

2003-01-29 Thread SSchaubach
I'm new to to ssl on three tier, esp. with struts involved does struts or apache need to be configured? I would assume mod_ssl would take into account that a certain document location is secure but since it is not static content coming back from Tomcat, I am uncertain how this would work. any

RE: apache /mod_ssl/tomcat/struts

2003-01-29 Thread Filip Hanik
PROTECTED] Subject: apache /mod_ssl/tomcat/struts I'm new to to ssl on three tier, esp. with struts involved does struts or apache need to be configured? I would assume mod_ssl would take into account that a certain document location is secure but since it is not static content coming back from

RE: apache /mod_ssl/tomcat/struts

2003-01-29 Thread SSchaubach
happens or is there some mod_jk2 config I should do? I am using mod_jk2, fyi thanks again Best, Stephen Schaubach -Original Message- From: Filip Hanik [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 29, 2003 4:54 PM To: Tomcat Users List Subject: RE: apache /mod_ssl/tomcat/struts

RE: apache /mod_ssl/tomcat/struts

2003-01-29 Thread Filip Hanik
environment, and it looks just like that. Filip -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 29, 2003 5:08 PM To: [EMAIL PROTECTED] Subject: RE: apache /mod_ssl/tomcat/struts Thanks, I hope you don't mind me writing you directly. so, changing

RE: apache /mod_ssl/tomcat/struts

2003-01-29 Thread Sean Dockery
Hello, Filip. Can secure connections be enforced declaratively when using apache/mod_ssl/mod_jk/tomcat? If so, where (and how) can it be done? httpd.conf? server.xml? web.xml? Or does detecting an insecure connection have to be done within the web application? As in... if(!request.isSecure

Apache + mod_ssl - Install/config

2002-11-14 Thread Manoj Kithany
Hi Experts! I want to INSTALL and CONFIGURE my APACHE 1.3.27 for SSL. SO, I got mod_ssl from the site and installed it using #pwd /opt/freeware/src/packages/SOURCES/mod_ssl-2.8.11-1.3.27

SSL environment variables from apache mod_ssl

2002-05-22 Thread G . Kersten
I desperately need the SSL environment variables like HTTPS or HTTPS_KEYSIZE, which should be delivered from mod_ssl to the JSP engine, after Apache has established a HTTPS connection. Especially I have to check the actual key size. In tomcat-ssl-howto.html it is described how to adjust

RE: apache + mod_SSL + tomcat

2002-02-06 Thread Anton Brazhnyk
Hi, -Original Message- From: Cressatti, Dominique [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 05, 2002 7:38 PM To: Tomcat Users List Subject: apache + mod_SSL + tomcat Hi, I've got apache + mod_SSL + tomcat working (I don't deserve that much credit as mod_ssl worked

Re: apache + mod_SSL + tomcat

2002-02-06 Thread Dean Hiller
I never saw an answer go by to the below question and was curious what it would be. Does no one now the answer Dean Cressatti, Dominique wrote: Hi, I've got apache + mod_SSL + tomcat working (I don't deserve that much credit as mod_ssl worked right out the box) but I wonder couldn't

RE: apache + mod_SSL + tomcat

2002-02-06 Thread Brian Adams
Subject: Re: apache + mod_SSL + tomcat I never saw an answer go by to the below question and was curious what it would be. Does no one now the answer Dean Cressatti, Dominique wrote: Hi, I've got apache + mod_SSL + tomcat working (I don't deserve that much credit as mod_ssl worked

RE: apache + mod_SSL + tomcat

2002-02-06 Thread Cressatti, Dominique
To: Tomcat Users List Subject: Re: apache + mod_SSL + tomcat I never saw an answer go by to the below question and was curious what it would be. Does no one now the answer Dean Cressatti, Dominique wrote: Hi, I've got apache + mod_SSL + tomcat working (I don't deserve that much credit

Re: apache + mod_SSL + tomcat

2002-02-06 Thread Dean Hiller
I think there is a way to solve the problem without shutting down port 8080. Someone please verify this is true. If I use a servlet, my servlet can determine if the connection is from 8443 or 8080 and if it is from 8080 can deny the user access right away. Is this correct? I was kind of

RE: apache + mod_SSL + tomcat

2002-02-06 Thread Cressatti, Dominique
are? Dom -Original Message- From: Dean Hiller [mailto:[EMAIL PROTECTED]] Sent: 06 February 2002 14:50 To: Tomcat Users List Subject: Re: apache + mod_SSL + tomcat I think there is a way to solve the problem without shutting down port 8080. Someone please verify this is true. If I use

RE: apache + mod_SSL + tomcat

2002-02-06 Thread Anton Brazhnyk
Hi, -Original Message- From: Cressatti, Dominique [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 06, 2002 4:00 PM To: Tomcat Users List Subject: RE: apache + mod_SSL + tomcat Anton Brazhnyk answered it. I followed his advice. I basically commented out the HttpConnector

Re: apache + mod_SSL + tomcat

2002-02-06 Thread Dean Hiller
In my app, we don't need everything to run over SSL and we are not using apache so we only have ports 80 and 8443. I changed the default 8080 to 80 and should have probably changed 8443 to 443. When SSL is not necessary, we don't use it as it slows down the downloading of the pages. Dean

Re: apache + mod_SSL + tomcat

2002-02-06 Thread Dean Hiller
thanks for the xml Anton that is much better than putting the code in the servlet, and is easy to expand to a per servlet/html page basis. thanks, Dean -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL

RE: apache + mod_SSL + tomcat

2002-02-05 Thread Charles N. Harvey III
: apache + mod_SSL + tomcat Hi, I've got apache + mod_SSL + tomcat working (I don't deserve that much credit as mod_ssl worked right out the box) but I wonder couldn't the security bypassed, like for example accessing the page on port 8080 instead of port 443 ? Dom -- To unsubscribe

apache + mod_SSL + tomcat

2002-02-05 Thread Cressatti, Dominique
Hi, I've got apache + mod_SSL + tomcat working (I don't deserve that much credit as mod_ssl worked right out the box) but I wonder couldn't the security bypassed, like for example accessing the page on port 8080 instead of port 443 ? Dom

RE: apache + mod_SSL + tomcat

2002-02-05 Thread Cressatti, Dominique
-Original Message- From: Charles N. Harvey III [mailto:[EMAIL PROTECTED]] Sent: 05 February 2002 17:44 To: Tomcat Users List Subject: RE: apache + mod_SSL + tomcat Dom, Do you think you could give some of us a few pointers on how you got mod_SSL and tomcat to work? That would be awesome

Re: apache + mod_SSL + tomcat

2002-02-05 Thread Dean Hiller
I thought tomcat was on 8443 by default. Are you sure you are pointing at tomcat, or do you have another webserver running on port 443, since that is the default that most webservers use when starting up. tomcat is the exception running on 8443 thanks, Dean -- To unsubscribe:

Apache+mod_ssl and Tomcat+ssl

2001-11-01 Thread Adrian . Fortuzi
Hello all We are using Apache+mod_ssl in DMZ-Internet. We have a Firewall between DMZ and our Intranet. Tomcat 3.2 is in Intranet installed. Can we have Tomcat to perform SSL with Apache-Server too but through a Firewall? Apache server have to be authenticated through a Certificate in order

Apache + mod_ssl === Tomcat + JSSE

2001-09-05 Thread Ricardo
Hi, I have created a CA with openssl and I generate client and server certificates. I install this certificates in Apache (directories /ssl.cert and /ssl.key) and it works, but how can i do the same in tomcat (keytool) to use this certificates... My question is how can import certificate and key

RE: Apache + mod_ssl === Tomcat + JSSE

2001-09-05 Thread Eirik Yksnøy
try to import the certificates into your kaystore file with keytool -import -trustcacerts ++ -Original Message- From: Ricardo [mailto:[EMAIL PROTECTED]] Sent: 5. september 2001 12:02 To: [EMAIL PROTECTED] Subject: Apache + mod_ssl === Tomcat + JSSE Hi, I have created a CA

Re: Apache + mod_ssl === Tomcat + JSSE

2001-09-05 Thread Ricardo
Programació - Servei d'Informàtica Universitat Jaume I - Original Message - From: Eirik Yksnøy [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, September 05, 2001 12:23 PM Subject: RE: Apache + mod_ssl === Tomcat + JSSE try to import the certificates into your kaystore file

User Authentication Apache+mod_ssl+Tomcat 3.2.3

2001-07-20 Thread Asar . Khan
Hello all, I am using the above config and have a JDBC realm set-up using FORM based login. What I want to know is: 1. Is it possible to get the login page to use SSL (https or 443 port) and once the user is validated continue on the standard (http 80 port)? 2. If so, is there any

AW: URI Rewritng using Apache/mod_ssl..the old story

2001-06-27 Thread Tassilo Pilati
-Ursprungliche Nachricht- Von: Wolle [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 30. Mai 2001 08:50 An: tomcatDev; tomcatUser Betreff: URI Rewritng using Apache/mod_ssl..the old story I have just installed TC3.2.2 final, and URI Rewiting won't work over mod_ssl and apache. without ssl

Apache+mod_ssl

2001-04-23 Thread subbu
Hai,How to use MOD_SSL with apache for win32 plat form.. subbu

Re: Apache+mod_ssl

2001-04-23 Thread Noel E. Lecaros
Hi, Subbu Try this: http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/tomcat-ssl-howto.html Regards, Noel Lecaros subbu wrote: Hai,How to use MOD_SSL with apache for win32 plat form.. subbu

Apache mod_SSL and Tomcat using mod_jk

2001-03-27 Thread Charlie Ren
Hello , I am new to Apache and am using mod_ssl Apache server connected with Tomcat via the mod_jk module - I get the following warning when starting Apache after I start tomcat "Loaded DSO modules/mod_jk.dll uses plain Apache 1.3 API, this module might crash under EAPI! (Please recompile it with

Apache mod_ssl and knowing crypto bit length

2001-02-04 Thread David Wall
What's the trick for retriving the number of crypto bits used in SSL from a JSP/servlet if I'm using Apache mod_ssl with OpenSSL? The mod_ssl log file ssl_engine_log shows the Protocol, Cipher and bit length. When I use the environment variable SSL_CIPHER, it doesn't include the number of bits

Re: Apache mod_ssl and knowing crypto bit length

2001-02-04 Thread David Wall
The mod_ssl log file ssl_engine_log shows the Protocol, Cipher and bit length. When I use the environment variable SSL_CIPHER, it doesn't include the number of bits, only something like RC4-MD5 A quick check of modssl.org shows that the environment variable is called SSL_CIPHER_USEKEYSIZE

Success at last - Tomcat+Apache+mod_ssl

2001-02-03 Thread guyr
I finally got tomcat to serve up the proper web pages with mod_ssl in the picture. For those who may not remember, here is what I was attempting to accomplish:Tomcat and Apache sharing the same document root: /apache/htdocs/pub for http, and /apache/htdocs/secure for https. The problem

AW: Apache mod_SSL and Tomcat using mod_jk

2001-01-16 Thread Markus Schaepper
/VirtualHost -Ursprngliche Nachricht- Von: Pete Ehli [SMTP:[EMAIL PROTECTED]] Gesendet am:Dienstag, 16. Januar 2001 08:34 An: [EMAIL PROTECTED] Betreff:Apache mod_SSL and Tomcat using mod_jk Hello I am new to Apache and am using mod_ssl Apache server connected with Tomcat via the

RE: Apache mod_SSL and Tomcat using mod_jk

2001-01-16 Thread Coetmeur, Alain
-Message d'origine- De: Pete Ehli [mailto:[EMAIL PROTECTED]] Date: mardi 16 janvier 2001 08:34 : [EMAIL PROTECTED] Objet: Apache mod_SSL and Tomcat using mod_jk Hello I am new to Apache and am using mod_ssl Apache server connected with Tomcat via the mod_jk module - I've just done

RE: Apache mod_SSL and Tomcat using mod_jk

2001-01-16 Thread GOMEZ Henri
TPS URL connector refuse to trust an HTTPS server whose certificat CN is different from it's DNS name... I've found example of config files on the web... note the the ifdefined SSL does not works with the apache/mod_ssl found on mod_ssl.org... I have used the IfModule mod_ssl.c I've put parts of the con

Apache mod_SSL and Tomcat using mod_jk

2001-01-15 Thread Pete Ehli
Hello I am new to Apache and am using mod_ssl Apache server connected with Tomcat via the mod_jk module - I get the following warning when starting Apache after I start tomcat "Loaded DSO modules/mod_jk.dll uses plain Apache 1.3 API, this module might crash under EAPI! (Please recompile