Weblogic 12c Converts requests to HTTP Internally for HTTPS Service
Hi,
I have implemented SSL setttings on my servers with self signed certificate. These is a application deployed on Weblogic Server. When the HTTPS URL is hit in the browser the apache redirects the HTTPS request to weblogic. However, while processing the application converts the URL in HTTP in response.
Can any body please suggest how to handle this.
Many Thanks.