SSL for Oracle Reports

Configuring SSL in Oracle Fusion Middleware 6-25 ■ Select Enable SSL. ■ Set SSL Authentication to No Authentication. ■ Set Cipher Suite to All. ■ Set SSL protocol version to v3. ■ Click OK. 5. Restart the Oracle Internet Directory instance by navigating to Oracle Internet Directory , then Control, then Restart. 6. To verify that the instance is correctly SSL-enabled, execute an ldapbind command of the form: ldapbind -D cn=orcladmin -U 1 -h host -p SSL_port SSL Enabling in Other Authentication Modes The steps for SSL-enabling in other authentication modes are the same, except that in the SSL Settings dialog, you would set the appropriate authentication type.

6.6.1.2 Enabling Inbound SSL on an Oracle Internet Directory Listener Using WLST

Configure the listener with SSL properties in no-auth mode as follows: configureSSLinst1, oid1, oid, sslport1 Notes: -U 1 represents the no-auth mode. Note: Other authentication types need an Oracle wallet. Note: The Oracle Internet Directory port name is always sslport1. 6-26 Oracle Fusion Middleware Administrators Guide SSL Enabling in Other Authentication Modes You can do this by running the configureSSL command with a properties file as parameter and specifying an appropriate authentication type parameter value. For details, see the Oracle Fusion Middleware Administrators Guide for Oracle Internet Directory.

6.6.1.3 Enabling Outbound SSL from Oracle Internet Directory to Oracle Database

Two sets of procedures are needed to configure SSL connections from Oracle Internet Directory to Oracle Database: ■ Configure SSL for the Database ■ Configure Outbound Oracle Internet Directory Configure SSL for the Database The steps to configure Oracle Database for SSL are described in Section 6.6.3.1, SSL-Enable Oracle Database. Configure Outbound Oracle Internet Directory Take these steps to configure SSL for outbound traffic from Oracle Internet Directory to Oracle Database: 1. Stop the Oracle Internet Directory server instances whose outbound traffic to the database is to be configured with SSL using this opmnctl syntax: ORACLE_INSTANCEbinopmnctl stopproc ias-component=componentName For example: ORACLE_INSTANCEbinopmnctl stopproc ias-component=oid1 2. Configure Security Socket Layer authentication on the database to which the Oracle Internet Directory server instance is connecting. For details, see Oracle Database Advanced Security Administrators Guide. 3. Restart the databaselistener as required. 4. Start Oracle Internet Directory server instances using this opmnctl syntax: ORACLE_INSTANCEbinopmnctl startproc ias-component=componentName For example: ORACLE_INSTANCEbinopmnctl startproc ias-component=oid1 Note: ■ configureSSL can use defaults for all SSL attributes; see Table 6–5 for details. ■ We could also specify a properties file as a parameter to configureSSL; see Table 6–4 for details. Note: Only the no-authentication mode is supported.