Https]---> oracle http server, Oracle http server – Oracle B32100-01 User Manual

Page 164

Advertising
background image

About Configuring SSL and Non-SSL Ports for Oracle HTTP Server

9-6

Oracle Application Server Installation Guide

Example

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

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 only)"

.

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.

Table 9–1

Example for Case 1

Values in Screen

Resulting Values in Configuration Files

HTTP Listener: Port: 8000

Enable SSL: Unchecked

HTTP Load Balancer: Port: 80

Enable SSL: Unchecked

In httpd.conf:

Port 80

Listen 8000

In ssl.conf:

Port <default port number assigned by installer>

Listen <default port number assigned by installer>

Table 9–2

Example for Case 2

Values in Screen

Resulting Values in Configuration Files

HTTP Listener: Port: 90

Enable SSL: Checked

HTTP Load Balancer: Port: 443

Enable SSL: Checked

In httpd.conf:

Port <default port number assigned by installer>

Listen <default port number assigned by installer>

In ssl.conf:

Port 443

Listen 90

Advertising