Authentication Modes Tools for SSL Configuration

Configuring SSL in Oracle Fusion Middleware 6-11 The Edit Port page appears. This page contains two sections—a top portion with general details like port and IP address, and a bottom section that configures SSL parameters. 5. To disable SSL, uncheck Enable SSL; restart the component instance by navigating to Oracle Web Cache, then Control, then Restart. 6. To enable SSL for this endpoint, check Enable SSL. Next, enter SSL configuration parameters: ■ Select an Oracle wallet from the drop-down list. ■ Select the type of SSL authentication. ■ Select the protocol version the available options are determined by your choice of authentication. 7. Click OK. 8. On Windows platforms only, open Windows Explorer and navigate to your cwallet.sso file. Under properties, security, add SYSTEM in group or user names. 9. Restart the Oracle Web Cache instance by navigating to Oracle Web Cache, then Control , then Restart.

6.4.2.2 Enable Inbound SSL for Oracle Web Cache Using WLST

You can enable SSL for inbound traffic to Oracle Web Cache using the WLST command-line tool. SSL-Enable Oracle Web Cache Inbound in server-auth Mode Using WLST Take these steps: 1. Determine the listening endpoints for this Oracle Web Cache instance by running the following command: listListenersinst1,wc1 Note: Ensure that the wallet contains the server certificate and its corresponding CA certificate. See Also: Section 8.4.1.3, Sharing Wallets Across Instances 6-12 Oracle Fusion Middleware Administrators Guide This command will list all the listening endpoints for this instance; select the one that needs to be configured for SSL. For example, select CACHE.index1.LISTEN.index1. 2. Configure the listening endpoint with SSL properties: configureSSLinst1, wc1, webcache, CACHE.index1.LISTEN.index1 3. 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.4.2.3 Enable Outbound SSL for Oracle Web Cache Using Fusion Middleware Control

Outbound Oracle Web Cache refers to traffic from Oracle Web Cache to Oracle HTTP Server. There are two aspects to set up SSL for outbound traffic from Oracle Web Cache: selecting a wallet for outbound SSL and configuring SSL. Wallet Selection Take these steps: 1. Navigate to Oracle Web Cache, then Security, then SSL Configuration. 2. At the bottom of the page, click Change Wallet to display the available wallets for this listener. Note: ■ configureSSL uses defaults for all SSL attributes; see Table 6–5 for details. ■ You may also specify a properties file as a parameter to configureSSL; see Table 6–4 for details.