Re: Problems with installing ssl certificate under tomcat

2011-07-16 Thread Piotr Pawlowski
Christopher and All, I am really sorry for not replying. I've coped with my problem before I went to holidays. Solution, which helped me to correctly install delivered certificate, it's key and CA chain, can be found under following URL: http://linuxadmin.com.pl/index.php/tomcat-and-ssl-certificat

Re: Problems with installing ssl certificate under tomcat

2011-06-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Piotr, On 6/29/2011 3:11 AM, Piotr Pawlowski wrote: > My server.conf for ssl connector looks as follows: > > *maxThreads="150" scheme="https" secure="true" >clientAuth="false" sslProtocol="TLS" keyAlias="someAlias"

Re: Problems with installing ssl certificate under tomcat

2011-06-29 Thread Piotr Pawlowski
Hello, My server.conf for ssl connector looks as follows: * * All files connected with SSL , including key store file, are located in * /etc/tomcat/ssl/* directory. "sec_error_bad_signature" is visible when I enter website from web browser (FireFox). Thank you in advance for a help. Best R

Re: Problems with installing ssl certificate under tomcat

2011-06-28 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Piotr, On 6/28/2011 9:28 AM, Piotr Pawlowski wrote: > Since yesterday I am trying to install to install certificate under Tomcat > (7.0.16) without luck. Which ? SSL configuration is different when using APR's SSL engine. > I received from my client

Problems with installing ssl certificate under tomcat

2011-06-28 Thread Piotr Pawlowski
Hello all, Since yesterday I am trying to install to install certificate under Tomcat (7.0.16) without luck. I received from my client three files: wildcard certificate (cert.crt) , key file (cert.key) and something what is not quite clear for me - cabundle.pem . I've successfully used some java s