Hi,
I'm using Orchestrator version 4.2.1 build 555
And I'm doing a HTTP Post to a server which only accepts SSL v3
The code is easy:
//Auto-generated script var urlObject = new URL(url); result = urlObject.postContent(content) ;
But this is what I get as error:
HTTP GET error : sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
If I do a manual post to this url with the same content the post succeeds.
Is it possible that the Orchestrator only can use SSL v2 ?
And is there a way that I can do the post HTTP posts with SSL3