Disabling Internal SSL

To disable Oracle BI EE SSL on internal communication links:

You must run commands from the master host. Oracle Business Intelligence must have been configured by the BI configuration assistant, WebLogic managed servers must have been created, and any scaling out must be complete.

  1. Stop the system using:

    <DomainHome>/bitools/bin/stop.sh

  2. Run the following command to disable SSL on WebLogic internal channels and internal components:

    <DomainHome>/ bitools/bin/ssl.sh internalssl false

  3. Restart the domain using:

    <OracleHome>/bi/bin/start.sh

Post conditions:

  • WebLogic servers:

    • Have https listener disabled on internal channels.

    • The external port configuration is unaltered.

  • System components (other than Essbase Studio):

    • Only listens on non SSL. SSL connections are not accepted.

  • Essbase Studio:

    • No change. Continues with existing connectivity.