Setting Up SSL for WebLogic Application Server
SSL needs to be setup to access the application through a browser over the HTTPS protocol.
- Procedure
- Log in to the WebLogic Server Console.
-
Go to Environment > Servers > server name from the navigation tree in the left pane. 3.
-
Select the General tab.
-
Select the SSL Listen Port Enabled check box.
-
Specify the port number (SSL Listen Port) where the SSL port will be listening. The default port number is 7002.
-
Clear the Listen Port Enabled check box (to disable the HTTP protocol). 7.
-
Select the Keystores and SSL tabs and ensure that you are using the default settings. 8.
-
Log out of the console and restart the server.
ResultYou also need to change the JNDI Provider URL to
https://localhost:port
using the Configurator. For more information, see Oracle documentation.