Thank you Eric, I’ve added below values and I see below error message in logs. [Sun Feb 11 18:26:32.055662 2018] [ssl:error] [pid 43131:tid 140388278904576] [remote XXXXX:xxx] AH02039: Certificate Verification: Error (19): self signed certificate
in certificate chain [Sun Feb 11 18:26:32.055896 2018] [proxy_http:error] [pid 43131:tid 140388278904576] (103)Software caused connection abort: [client XXXXX:XXX] AH01102: error
reading status line from remote server XXXX:xxx [Sun Feb 11 18:26:32.055921 2018] [proxy:error] [pid 43131:tid 140388278904576] [client 10.246.8.176:27615] AH00898: Error reading from remote server returned
by /xxxx Values Added :: SSLProxyEngine on SSLProxyCACertificateFile /tmp/was.crt
SSLProxyVerify require SSLProxyVerifyDepth 2 /tmp/was.crt was created as below. Extracted root certificate from WAS. Converted .cer file to crt using below command. openssl x509 -inform PEM -in was.cer -out was.crt Warm Regards, SLACK Channel::
middleware_l2 Middleware ServiceNow Service Catalog Task Policy::
https://collaboration.wal-mart.com/display/IPSMW/Service+Now+Service+Task+Catalog+Policy Middleware ServiceNow Change Control Policy ::
https://collaboration.wal-mart.com/display/IPSMW/Change+Control+Policy Middleware Customer Page::
https://teams.wal-mart.com/sites/Middleware/Customers/Pages/default.aspx From: Eric Covener [mailto:covener@xxxxxxxxx]
On Sun, Feb 11, 2018 at 1:50 PM, Naveen Nandyala - Vendor <Naveen.Nandyala@xxxxxxxxxxx> wrote:
That's just
https://httpd.apache.org/docs/2.4/en/mod/mod_ssl.html#sslproxycacertificatefile pointing to the CA that signed your application server certs. Emphasis on the "proxy" in these directive names for the backside connection. |