About Configuring SSL and Non-SSL Ports for Oracle HTTP Server
Example
Table 9–1
Values in Screen
HTTP Listener: Port: 8000
Enable SSL: Unchecked
HTTP Load Balancer: Port: 80
Enable SSL: Unchecked
9.4.2 Case 2: Client ---[HTTPS]---> Load Balancer ---[HTTPS]---> Oracle HTTP Server
HTTP Listener: Port: Enter the port number that you want Oracle HTTP Server to
listen on. This will be the value of the Listen directive in the ssl.conf file.
Enable SSL: Select this option.
HTTP Load Balancer: Hostname: Enter the name of the virtual server on the load
balancer configured to handle HTTPS requests.
HTTP Load Balancer: Port: Enter the port number that the HTTP virtual server listens
on. This will be the value of the Port directive in the ssl.conf file.
Enable SSL: This option has been automatically selected and cannot be deselected.
This is because you selected Enable SSL for the HTTP Listener.
In opmn.xml, the installer sets the ssl-enabled line in the Oracle HTTP Server
section to true.
Example
Table 9–2
Values in Screen
HTTP Listener: Port: 90
Enable SSL: Checked
HTTP Load Balancer: Port: 443
Enable SSL: Checked
Note that in this case you will have to perform an additional post-configuration step.
See
Section 9.7.3, "Update targets.xml (Case 2
9.4.3 Case 3: Client ---[HTTPS]---> Load Balancer ---[HTTP]---> Oracle HTTP Server
HTTP Listener: Port: Enter the port number that you want Oracle HTTP Server to
listen on. This will be the value of the Listen directive in the httpd.conf file.
Enable SSL: Do not select this option.
HTTP Load Balancer: Hostname: Enter the name of the virtual server on the load
balancer configured to handle HTTPS requests.
9-6 Oracle Application Server Installation Guide
Example for Case 1
Resulting Values in Configuration Files
In httpd.conf:
Port 80
Listen 8000
In ssl.conf:
Port <default port number assigned by installer>
Listen <default port number assigned by installer>
Example for Case 2
Resulting Values in Configuration Files
In httpd.conf:
Port <default port number assigned by installer>
Listen <default port number assigned by installer>
In ssl.conf:
Port 443
Listen 90
only)".
Need help?
Do you have a question about the Application Server B32100-01 and is the answer not in the manual?