Hi,
We are running Apache HTTPD 2.4.x web server on top of WebLogic
application server to proxy the requests.
In general we extract SSL certificate and Private key out of a .PFX file
and configure the server parameters accordingly.
So instead of extracting the files is it possible to configure the
Can you try adding the following Apache directive setting it to none:
SSLProxyVerify none
Thanks,
Santosh.
-Original Message-
From: Antony Stone
Sent: Friday, September 13, 2019 6:15 PM
To: users@httpd.apache.org
Subject: [EXT] [users@httpd] Apache 2.4.25 (Debian Stretch 9.11) reverse
Anybody has any inputs on this please
Thanks,
Santosh.
From: Santosh Kondapuram
Sent: Thursday, August 22, 2019 1:04 PM
To: users@httpd.apache.org
Subject: Issue while generating large documents
Hi All,
We are running in to issue while generating the large documents from our Java
application
Hi All,
We are running in to issue while generating the large documents from our Java
application. The Application is deployed in WebLogic server 12.2.1.3.0 version
Apache (2.4.39) is proxying the Backend weblogic servers via WLS Plugin and an
Load Balancer is sitting in front of Apache servers.