After deploying EPM System web components, you must configure them for SSL communication.
To configure the web components for SSL:
Start the WebLogic Server by executing a file stored in EPM_ORACLE_INSTANCE/domains/EPMSystem/bin:
startWebLogic.cmd (Windows)
startWebLogic.sh (UNIX)
Launch the WebLogic Server Administration Console by accessing the following URL:
http://SERVER_NAME:Port/console
For example, to access the WebLogic Server console deployed to the default port on myServer, you should use http://myServer:7001/console.
On the Welcome screen, enter the user name and password to access the EPMSystem. The user name and password are specified in EPM System Configurator during the configuration process.
In the left pane of the console, expand Environment, and then select Servers.
In the Summary of Servers screen, click the name of the server you want to SSL-enable.
For example, if you installed all Foundation Services components, you can SSL-enable these servers:
CalcManager
EPMADataSync
FoundationServices
EpmaWebReports
In SSL Listen Port, enter the WebLogic Server SSL listen port.
Specify the identity and trust keystores to use.
In Keystores, select an option:
Custom Identity and Custom Trust if you are not using a server certificate from a well-known third-party CA
Custom Identity and Java Standard Trust if you are using a server certificate from a well-known third-party CA
In Custom Identity Keystore, enter the path of the keystore where the signed WebLogic Server certificate is installed.
In Custom Identity Keystore Passphrase and Confirm Custom Identity Keystore Passphrase, enter the keystore password.
If you selected Custom Identity and Custom Trust in Keystores:
In Private Key Alias, enter the alias that you specified while importing the signed WebLogic Server certificate.
In Private Key Passphrase and Confirm Private Key Passphrase, enter the password to be used to retrieve the private key.
Provider Services web application only: If you are using wildcard certificates to encrypt communication between WebLogic Server and other EPM System server components, disable host name verification for Provider Services web application.