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:

Re: Problems with installing ssl certificate under tomcat

2011-06-29 Thread Piotr Pawlowski
Hello, My server.conf for ssl connector looks as follows: *Connector port=8443 protocol=HTTP/1.1 SSLEnabled=true maxThreads=150 scheme=https secure=true clientAuth=false sslProtocol=TLS keyAlias=someAlias keystoreFile=/etc/tomcat/ssl/keystoreFile

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: *Connector port=8443 protocol=HTTP/1.1 SSLEnabled=true maxThreads=150 scheme=https secure=true

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

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 Connector? SSL configuration is different when using APR's SSL engine. I received from my