Enable default SSL Configuration in OAS

  1. Open the Oracle WebLogic Server Administrator console for Oracle Analytics Server.
  2. Navigate to Environment > Servers in the tree view displayed on the left side.
    Summary of Servers - Configuration tab
  3. Click the Lock & Edit button to change the configuration.
  4. Click the AdminServer(admin) link and in the General Tab, enable the SSL listen Port, as displayed below:
    Settings for AdminServer - Configurations - General tab
  5. Click Save.
  6. In the Servers window, click bi_server1 (or the link for the Oracle Analytics Server configured).
  7. Enable the SSL Listen Port for the Oracle Analytics Server as well.
    Settings for bi_server1 - Configurations - General tab
  8. Click on Save.
  9. Edit the startWebLogic.cmd file present in the location:

    <OracleBIHome>\user_projects\domains\bifoundation_domain\ and add the below entry to the file before the “call" statement.

    set JAVA_OPTIONS=%JAVA_OPTIONS% -Djavax.net.ssl.trustStore="D:/Oracle/Middleware/wlserver_10.3/server/lib/DemoTrust.jks" -Djavax.net.ssl.trustStorePassword=""

    Note:

    Edit the Path names according to your installation directories.

  10. Restart all the Managed Oracle Analytics Servers.

    Note:

    For more detailed information on configuring SSL certificates in Oracle Analytics Server, refer to the guide - Oracle Fusion Middleware Security Guide for Oracle Analytics Server.