Friday, March 21

How to Configure WebLogic Managed Server to listen on HTTPS only?


The steps involved are as follows:

Step I: Configure WebLogic Server for SSL
Step II: Disable the HTTP Port
Step III: Configure the Admin Server Trust Keystore

Step I: Configure WebLogic Server for SSL

1. If you haven't already done so, configure WebLogic to listen on SSL.
2. Before moving on make sure you can access WLS via https.
Step II: Disable the HTTP Port

1. Access the WLS Console:
• Navigate to: -> Environment -> Servers -> -> General tab
• Uncheck the "Listen Port enabled" box
• Click "Save"
2. Test you can access the Managed Server via HTTPS only, and not HTTP
Step III: Configure the Admin Server Trust Keystore

At this point we also need to configure the Admin Server Trust Store to verify the certificate in the Managed Server keystore. Failure to do this will result in errors in the Admin Server console, and cause problems when the Managed Server and Admin Server communicate

No comments:

Post a Comment