Re: tomcat6 and https [solved]

2010-02-09 Thread Fabien COMBERNOUS
Mark Thomas wrote: On 09/02/2010 16:01, Fabien COMBERNOUS wrote: Fabien COMBERNOUS wrote: Mark Thomas wrote: You imported the certificate but not the key. Your can't import the key via the command line. You need to use something like this: http://www.agentbob.info/agentbob/79-AB

Re: tomcat6 and https [solved]

2010-02-09 Thread Mark Thomas
On 09/02/2010 16:01, Fabien COMBERNOUS wrote: > Fabien COMBERNOUS wrote: >> Mark Thomas wrote: >>> >>> You imported the certificate but not the key. Your can't import the key >>> via the command line. You need to use something like this: >>> http://www.agentbob.info/agentbob/79-AB.html?branch=1&lan

Re: tomcat6 and https [solved]

2010-02-09 Thread Fabien COMBERNOUS
Fabien COMBERNOUS wrote: Mark Thomas wrote: You imported the certificate but not the key. Your can't import the key via the command line. You need to use something like this: http://www.agentbob.info/agentbob/79-AB.html?branch=1&language=1 Hum ... i can export my cert and key to pkcs12. tom

Re: tomcat6 and https

2010-02-09 Thread Mark Thomas
On 09/02/2010 15:31, Fabien COMBERNOUS wrote: > Mark Thomas wrote: >> >> You imported the certificate but not the key. Your can't import the key >> via the command line. You need to use something like this: >> http://www.agentbob.info/agentbob/79-AB.html?branch=1&language=1 >> >> > Hum ... i can

Re: tomcat6 and https

2010-02-09 Thread Fabien COMBERNOUS
Mark Thomas wrote: You imported the certificate but not the key. Your can't import the key via the command line. You need to use something like this: http://www.agentbob.info/agentbob/79-AB.html?branch=1&language=1 Hum ... i can export my cert and key to pkcs12. tomcat documents says it is

Re: tomcat6 and https

2010-02-09 Thread Mark Thomas
On 09/02/2010 14:06, Fabien COMBERNOUS wrote: > keytool -list -keystore /etc/tomcat6/keystore > Enter keystore password: > Keystore type: JKS > Keystore provider: SUN > > Your keystore contains 1 entry > > tomcat, 09-Feb-2010, trustedCertEntry, > Certificate fingerprint (MD5): > 25:4D:A9:FB:10:99

Re: tomcat6 and https

2010-02-09 Thread Fabien COMBERNOUS
Konstantin Kolinko wrote: 2010/2/9 Fabien COMBERNOUS : My second connector (https) : Try to specify keystoreFile="${catalina.base}/conf/keystore" keyAlias="tomcat" I already tried to specify an absolute path. But nothing is different. I didn't use keyAlias. With this keyAlias add

Re: tomcat6 and https

2010-02-09 Thread Konstantin Kolinko
2010/2/9 Fabien COMBERNOUS : > My second connector (https) : >              maxThreads="150" scheme="https" secure="true" >               keystoreFile="conf/keystore" keystorePass="changeit" > clientAuth="false" >               sslProtocol="TLS" /> Try to specify keystoreFile="${catalina.base}/co