Hi,
I have some Oscript that calls an API via the Apache HTTP Client library. I'm getting a (well known) certificate error, mainly this Java exception:
javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
In my test environment, this is somewhat expected as I'm using Fiddler as an untrustworthy proxy, but I added Fiddler's self signed cert to the Windows cert store on the server. However, what I'm wondering is if I need to add it to the Java key store for Content Server's jvm since I'm invoking the JVM rather than the Oscript VM.
Can anyone from senior development at OpenText comment? It's not often that one would need to do this, but for cloud deployments, I need to be able to support proxies between Content Server and whatever API I'm calling.
Thanks in advance.
-Hugh Ferguson