Disable Internal SSL

Use this task to disable Oracle Analytics Server SSL on internal communication links.

You must run commands from the primary host. To use this option, you configured Oracle Analytics Server using the configuration assistant, the WebLogic managed servers have been created, and scaling out is 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:

    <DomainHome>/bitools/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.