RE: OpenSSL config for Tomcat 7

2020-03-03 Thread John Beaulaurier -X (jbeaulau - ADVANCED NETWORK INFORMATION INC at Cisco)
ubject: Re: OpenSSL config for Tomcat 7 On 02/03/2020 17:40, John Beaulaurier -X (jbeaulau - ADVANCED NETWORK INFORMATION INC at Cisco) wrote: > Below are the two connector configs I have tested with. > > port="8443" > scheme="https" &g

Re: OpenSSL config for Tomcat 7

2020-03-03 Thread Mark Thomas
On 02/03/2020 17:40, John Beaulaurier -X (jbeaulau - ADVANCED NETWORK INFORMATION INC at Cisco) wrote: > Below are the two connector configs I have tested with. > > port="8443" > scheme="https" > secure="true" > protocol="org.apache.coyote.http11.Http11AprProto

RE: OpenSSL config for Tomcat 7

2020-03-02 Thread John Beaulaurier -X (jbeaulau - ADVANCED NETWORK INFORMATION INC at Cisco)
Below are the two connector configs I have tested with. -John -Original Message- From: Mark Thomas Sent: Saturday, February 29, 2020 2:12 AM To: users@tomcat.apache.org Subject: Re: OpenSSL config for Tomcat 7 On 29/02/2020 00:22, John Beaulaurier -X (jbeaulau - ADVANCED

Re: OpenSSL config for Tomcat 7

2020-03-02 Thread Christopher Schultz
our SSLCertificateFile file. Maybe: $ grep '===' [SSLCertificateFile].pem and post that? - -chris > -Original Message- From: Jason Wee > Sent: Friday, February 28, 2020 11:29 PM To: Tomcat Users List > Subject: Re: OpenSSL config for Tomcat 7 > > when you stack the

RE: OpenSSL config for Tomcat 7

2020-03-02 Thread John Beaulaurier -X (jbeaulau - ADVANCED NETWORK INFORMATION INC at Cisco)
Yes, that is what I have done. -Original Message- From: Jason Wee Sent: Friday, February 28, 2020 11:29 PM To: Tomcat Users List Subject: Re: OpenSSL config for Tomcat 7 when you stack them, do you mean you cat those certificates into one pem file? On Sat, Feb 29, 2020 at 8:22 AM

Re: OpenSSL config for Tomcat 7

2020-02-29 Thread Mark Thomas
On 29/02/2020 00:22, John Beaulaurier -X (jbeaulau - ADVANCED NETWORK INFORMATION INC at Cisco) wrote: > Hello, > > We're running Tomcat 7 and need to implement SSL. We are using APR/OpenSSL, > but I can't get the intermediate certificates pulled in when starting Tomcat. > The > server certif

Re: OpenSSL config for Tomcat 7

2020-02-28 Thread Jason Wee
when you stack them, do you mean you cat those certificates into one pem file? On Sat, Feb 29, 2020 at 8:22 AM John Beaulaurier -X (jbeaulau - ADVANCED NETWORK INFORMATION INC at Cisco) wrote: > > Hello, > > We're running Tomcat 7 and need to implement SSL. We are using APR/OpenSSL, > but I can'

OpenSSL config for Tomcat 7

2020-02-28 Thread John Beaulaurier -X (jbeaulau - ADVANCED NETWORK INFORMATION INC at Cisco)
Hello, We're running Tomcat 7 and need to implement SSL. We are using APR/OpenSSL, but I can't get the intermediate certificates pulled in when starting Tomcat. The server certificate is recognized and used but not the other two. I have tried the following in PEM format. * Stacking them in