Step 8: Setting up SSL on WebLogic

  1. Use the keytool utility (provided with the JRE) to create a keystore for configuring SSL for the WebLogic Server:
  2. Start the WebLogic server.
  3. Start the Bea Administration Console:
  4. In your web browser, enter the address:
  5. http://<ServerHost>:7001/console
  6. Login / password = weblogic / <your password>
  7. In the Administration console, navigate to: Servers > AdminServer > Configuration
  8. On the configuration tab, click Keystores. Click Lock & Edit
  9. Complete the fields:
  10. Field Enter
    Keystores Custom Identity and Java Standard Trust
    Custom Identity Keystore <Server>\user_projects\domains\ebics_server\ebicsssl\ebics_server.keystore
    Custom Identity Keystore Type JKS
    Custom Identity Keystore Passphrase Enter a password.
    Confirm Custom Identity Keystore Passphrase Validate the password.
    Java Standard Trust Keystore This value is set by WebLogic and cannot be modified. It refers to the Java installation directory used by WebLogic.
    Java Standard Trust Keystore Type JKS
    Java Standard Trust Keystore Passphrase Leave this field empty.
    Confirm Java Standard Trust Keystore Passphrase Leave this field empty.
  11. Click Save.
  12. In the Administration console, navigate to: Servers > AdminServer > Configuration > SSL
  13. Complete the fields:
  14. Field Enter
    Private Key Alias ebics_server
    Private Key Passphrase: Modify the default password.
    Confirm Private Key Passphrase Validate the password.
  15. In the Administration console, navigate to: Servers > AdminServer > Configuration > SSL > Advanced
  16. Complete the field:
  17. Field Enter
    Hostname Verification None
  18. Enter Save.
  19. In the Administration console, navigate to: Servers > AdminServer
  20. Set the SSL Listen Port Enabled option to On. You may change the SSL port if you need to.
  21. Click Activate Changes.
  22. Restart the server:

Related topics

Installing EBICS Server on WebLogic: general implementation procedure