Setting Up SSL for WebLogic Application Server

SSL needs to be setup to access the application through a browser over the HTTPS protocol.

Procedure

  1. Log into the WebLogic Server Console.
  2. Go to Environment > Servers > server name from the navigation tree in the left pane.
  3. Select the General tab.
  4. Select the SSL Listen Port Enabled check box.
  5. Specify the port number (SSL Listen Port) where the SSL port will be listening. The default port number is 7002.
  6. 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. Logout of the console and restart the server.

Result

You also need to change the JNDI Provider URL to Https://localhost:port using the Configurator.