How to Apache Web Server, +ExportCertData, OSB 12c ?
Hi,
we want to migrate several legacy REST-type web-services to Oracle Service Bus 12c. All of them have a communication flow between the Client Application and the Application Server (the REST service) that follows the same pattern:
- Client Application calls Apache Web Server with reverse-proxy & SSL capabilities enabled. Communication between Client and Apache is 2-way SSL.
- Apache sends Client certificate x509 to the Application Server. Apache has the following configuration:
SSLOptions +ExportCertData +StdEnvVars
- Apache is balancing the requests to the Applications Servers & the communication them is done through AJP protocol.
- REST Service deployed into the Application Server is able to get the certificate information using the