Enable Inbound SSL for Oracle Web Cache Using WLST

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. Configuring SSL in Oracle Fusion Middleware 6-15 This page shows what hosts are currently configured, and whether they are configured for http or https. 4. Select the virtual host you wish to update, and click Configure, then SSL Configuration . The SSL Configuration page appears. 5. You can convert an https port to http by simply unchecking Enable SSL. To configure SSL for a virtual host that is currently using http: ■ Check the Enable SSL box. ■ Select a wallet from the drop-down list. ■ From the Server SSL properties, select the SSL authentication type, cipher suites to use, and the SSL protocol version. Note: The default values are appropriate in most situations.