You might want to try the following (haven't tested it, I have to say):

Properties overrides = new Properties();
overrides.setProperty(Constants.PROPERTY_TRUST_ALL_CERTS, "true");

and then add this in to the context creation via ".overrides(overrides).buildApi(...)"

Hope this helps!

ap

Reply via email to