Indentify two server attributes that you must configure to communicate with the server via HTTPS.
A.
SSL Listen Address
B.
SSL Listen Port
C.
SSL Listen Port Enabled
D.
Production Mode Enabled
E.
Startup Mode
Explanation:
B: WebLogic Server supports SSL on a dedicated listen port which defaults to 7002.To establish an SSL connection, a Web browser connects to WebLogic Server by supplying the
SSL listen port and the HTTPs schema in the connection URL, for example,
https://myserver:7002.
C: Note: Enabling SSL under WLS 10.3
Steps to configure WLS for SSL:
1) Open the WLS console
2) Select from the Domain Structure -> (your domain) -> Environment -> Servers
3) Select the server from the Summary of Servers page you wish to configure for SSL.
4) Under the Settings for (server name) page, select the Configuration tab, then General tab (the
defaults).
5) If WLS is running in production mode, select the Lock & Edit button.
6) Select the SSL Listen Port Enabled checkbox, and enter your preferred port in the SSL Listen
Port.
7) Press the Save button.
8) If WLS is running in production mode, select the Release Configuration button.
Reference: Oracle HTTP Server Attribute Descriptions