Enable Inbound SSL for Oracle Web Cache Using Fusion Middleware Control

Configuring SSL in Oracle Fusion Middleware 6-13 3. Select the desired wallet for outbound SSL and click OK. SSL Configuration Take these steps: 1. Navigate to the Oracle Web Cache instance, then Administration, then Origin Servers . This page displays the Oracle HTTP Servers with which this Oracle Web Cache instance can communicate. For example, if Oracle Web Cache can talk to two different Oracle HTTP Servers you would see two rows in the table. In this example, the Oracle Web Cache instance is currently configured for non-SSL communication to the origin server over this host and port. 2. To enable SSL for outbound traffic to this origin server, select the row and click Edit . 3. The Edit Origin Server page appears: 4. Use the Protocol drop-down box to change the protocol to https. 5. Click OK. 6. On Windows platforms only, open Windows Explorer and navigate to your cwallet.sso file. Under properties, security, add SYSTEM in group or user names. 6-14 Oracle Fusion Middleware Administrators Guide 7. Restart the Oracle Web Cache instance by navigating to Oracle Web Cache, then Control , then Restart. Oracle Web Cache is now configured to communicate to the origin server over SSL.

6.4.2.4 Specify the Wallet for Outbound SSL from Oracle Web Cache Using WLST

To change the wallet in use for outbound SSL connections from Oracle Web Cache, use a command like the following: configureSSLinst1, wc1, webcache, CACHE.index0.CLIENTSSL, property-file.prop where: ■ inst1 is the name of the application server instance ■ wc1 is the name of the Oracle Web Cache instance ■ webcache is the component type ■ CACHE.index0.CLIENTSSL is the listener name for client SSL ■ property-file.prop contains: KeyStore=wallet-path

6.4.3 Enabling SSL for Oracle HTTP Server Virtual Hosts

This section shows how to manage SSL configuration for Oracle HTTP Server virtual hosts. For inbound traffic: ■ Section 6.4.3.1 using Fusion Middleware Control ■ Section 6.4.3.2 using WLST For outbound traffic: ■ Section 6.4.3.3 6.4.3.1 Enable SSL for Inbound Requests to Oracle HTTP Server Virtual Hosts Using Fusion Middleware Control You can SSL-enable inbound traffic to Oracle HTTP Server virtual hosts using these steps: 1. Select the Oracle HTTP Server instance in the navigation pane on the left. 2. Create a wallet, if necessary, by navigating to Oracle HTTP Server, then Security, then Wallets. For details about wallet creation and maintenance, see Chapter 8, Managing Keystores, Wallets, and Certificates . 3. Navigate to Oracle HTTP Server, then Administration, then Virtual Hosts. Note: When editing the origin server settings on this page, ensure that Oracle HTTP Server is listening at this port in SSL mode.