How to configure Oracle Webcache to accept HTTP traffic on port 443?
(Doc ID 1266473.1)
Last updated on JANUARY 31, 2024
Applies to:
Web Cache - Version 10.1.2.0.2 to 11.1.1.3.0 [Release AS10gR2 to Oracle11g]Information in this document applies to any platform.
Goal
The objective to have the following Webcache architechture in place:
- Browser http://<HOSTNAME>/ - http 80 - external LB - http 80 - Webcache - http 80 - intenal LB
- Browser https://<HOSTNAME> - https 443 - SSL accelerator/external LB - http 443 - Webcache - http 443 - internal LB
The Webcache config is as follows:
Site Definition:
- Host Name: <HOSTNAME>, port 80
- Host Name: <HOSTNAME>, port 443
Origin Servers:
- Server Type: Web Application, Host Name: <HOSTNAME1>, Port: 80
- Server Type: Web Application, Host Name: <HOSTNAME1>, Port: 443
Site-to-Server Mapping:
1. Site Pattern: <HOSTNAME>:80 , Origin Server: <HOSTNAME1>:80
2. Site Pattern: <HOSTNAME>:443 , Origin Server: <HOSTNAME1>:443
The Load Balancer terminates SSL and forwards traffic as HTTP over port 443 to the webcache, but this does not have 443 in the URL.
Webcache handles this traffic as if it was send as HTTP over port 80 and routes all traffic to <HOSTNAME1>:80
After terminating SSL at a layer other than Web Cache (for example, a hardware load balancer or router appliance that has a SSL acceleration card), Web Cache needs to be able to accept HTTP traffic.
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |
References |