Sep 28, 2021, 9:26 AM

@wlcommunityusers

Hi ,

You can follow below path to setup your HTTPS traffic. If any help needed please let us know.


  1. Generate keystore wlopc.p12
keytool -genkeypair -alias wlopc -keyalg RSA -keysize 2048 -storetype PKCS12 -keystore wlopc.p12 -validity 3650
  1. Update WL-OPC settings as below screen capture.

  2. Export & download WL-OPC’s certificate from browser (Use firefox and the output is volthread-technology.pem)

  3. Convert pem format to der format.

openssl x509 -outform der -in volthread-technology.pem  -out volthread-technology.der
  1. Then import to WebLogic AdminServer’s JKS file, set WebLogic AdminServer’s HostName Verification to NONE and finally restart admin server.
keytool -import -alias volthread -keystore DemoTrust.jks -file volthread-technology.der

Anymore WLSDM and WL-OPC works as HTTPS

c8561c3d-ca31-498c-9e53-48799ed7b6a1-image.png