Skip Headers
Oracle® Application Server Certificate Authority Administrator's Guide
10g Release 2 (10.1.2)
Part No. B14080-01
  Go To Table Of Contents
Contents
Go To Documentation Library
Home
Go To Product List
Solution Area
Go To Index
Index

Previous
Previous
Next
Next
 

F External Access to Protected OCA

Secure processes protected behind a firewall, like OCA, can still serve customers outside the firewall by using a proxy server.

This intermediary server securely intercepts all user requests for OCA services and forwards them to OCA. The proxy server uses only two ports: port 443 (for SSL communications) and port 80 (for non-SSL communications).

Since OCA has two virtual hosts, one for server authentication and one for mutual authentication, two proxy servers are required, as illustrated by the following example:

Example F-1 Proxy Server Example

and

This Appendix explains how you enable OCA to support proxy servers and how to map a proxy server to an OCA virtual host.

Enabling OCA to Support Proxy Servers

The following steps enable OCA to support proxy servers:

  1. Log on to the database as an OCA user.

  2. Run script $ORACLE_HOME/oca/sql/ocabigipon.sql.

  3. Enter the proxy server's hostname and SSL port that maps to the OCA mutual authentication port (in Proxy Server Example, it's myproxy_server2.acme.com and port 443)

  4. Map the proxy server to the OCA virtual host.

Disabling OCA's Support for Proxy Servers

The following steps disable OCA's support for proxy servers:

  1. Log on to the database as OCA user.

  2. Run script $ORACLE_HOME/oca/sql/ocabigipoff.sql.