Oracle WebCenter Content (MOSC)

MOSC Banner

ridc java code to call content checkin over https

edited Nov 4, 2020 3:03AM in Oracle WebCenter Content (MOSC) 1 commentAnswered

We have java/ridc code works fine with http, we have content server configured with https. from the browser using https we can check in content.


Environemnt : WebCenter Content 12g

below is snippet of code we see in sample code for check in conntent over https

// Create a new IdcClient Connection using https protocol

IdcClient idcClient = manager.createClient ("https://localhost:16201/cs/idcplg"); //NEW

idcClient.getConfig().setProperty ("http.library", RIDCHttpConstants.HttpLibrary.apache4.name());

System.setProperty("javax.net.ssl.trustStore", "/home/oracle/jks/TrustMyOwnSelf.jks");

System.setProperty("javax.net.ssl.trustStorePassword","welcome1");


could you please help, how can we implement ridc call over https

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center