Re: Keystore password not masked in server.xml file

2012-02-19 Thread Pae Choi
On 02/14/2012 09:32 AM, Caldarale, Charles R wrote: From: Luca Marchesano [mailto:luca.marches...@ericsson.com] Subject: Keystore password not masked in server.xml file Is there a way to specify the keystore's password in encrypted way? Think about it: where are you going to put the encryption

Re: Keystore password not masked in server.xml file

2012-02-19 Thread Mark Thomas
On 19/02/2012 09:25, Pae Choi wrote: On 02/14/2012 09:32 AM, Caldarale, Charles R wrote: From: Luca Marchesano [mailto:luca.marches...@ericsson.com] Subject: Keystore password not masked in server.xml file Is there a way to specify the keystore's password in encrypted way? Think about

Re: Keystore password not masked in server.xml file

2012-02-19 Thread Pae Choi
On 02/19/2012 06:03 AM, Mark Thomas wrote: On 19/02/2012 09:25, Pae Choi wrote: On 02/14/2012 09:32 AM, Caldarale, Charles R wrote: From: Luca Marchesano [mailto:luca.marches...@ericsson.com] Subject: Keystore password not masked in server.xml file Is there a way to specify the keystore's

Re: Keystore password not masked in server.xml file

2012-02-19 Thread Mark Thomas
On 19/02/2012 12:17, Pae Choi wrote: On 02/19/2012 06:03 AM, Mark Thomas wrote: On 19/02/2012 09:25, Pae Choi wrote: On 02/14/2012 09:32 AM, Caldarale, Charles R wrote: From: Luca Marchesano [mailto:luca.marches...@ericsson.com] Subject: Keystore password not masked in server.xml file

Re: Keystore password not masked in server.xml file

2012-02-19 Thread Savitha Akella
If you want to encrypt the password, you have to override the DBCP implementation to decrypt the encrypted password so that the real pwd is accessible or available to tomcat. On Tue, Feb 14, 2012 at 7:56 PM, Luca Marchesano luca.marches...@ericsson.com wrote: Hi all, I'm trying to configure a

Keystore password not masked in server.xml file

2012-02-14 Thread Luca Marchesano
Hi all, I'm trying to configure a Tomcat 7.0.21 server in order to use the SSL connector. I've generated a keystore and specified it in the server.xml file, but I have to specify the keystore's password in clear in the connector's configuration. Is it possible to avoid that? Is there a way to

RE: Keystore password not masked in server.xml file

2012-02-14 Thread Caldarale, Charles R
From: Luca Marchesano [mailto:luca.marches...@ericsson.com] Subject: Keystore password not masked in server.xml file Is there a way to specify the keystore's password in encrypted way? Think about it: where are you going to put the encryption key so Tomcat can get at it to decode

Re: Keystore password not masked in server.xml file

2012-02-14 Thread Pid *
On 14 Feb 2012, at 14:27, Luca Marchesano luca.marches...@ericsson.com wrote: Hi all, I'm trying to configure a Tomcat 7.0.21 server in order to use the SSL connector. I've generated a keystore and specified it in the server.xml file, but I have to specify the keystore's password in clear

Re: Keystore password not masked in server.xml file

2012-02-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Luca, On 2/14/12 9:26 AM, Luca Marchesano wrote: I'm trying to configure a Tomcat 7.0.21 server in order to use the SSL connector. I've generated a keystore and specified it in the server.xml file, but I have to specify the keystore's password