Hi
Am I meant to be updating local.properties on my workspace or on the server where the VS is deployed (assume server?)
I did try on my local but didnt get good results.....
When I try to execute an HTTP get locally from a REST step to the server I get the error message
| Message: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
I'm assuming this is because it cannot find the jks it has been given?
In the local.properties I have set
ssl.client.cert.path=C:\Program Files\Java\jdk1.8.0_101\jre\lib\security\cacerts
ssl.client.cert.pass=*****
#ssl.client.key.pass=
ssl.client.alias=lbgroot
I know the certs in this truststore work as I've proven it using a test harness.
I notice if I look on the global properties in the Workstation I see
ssl.client.cert.path=C:Program FilesJavajdk1.8.0_101jrelibsecuritycacerts
I notice if I change the ssl.client.cert.path in local.properties the value shown on global properties does not change.
What am I doing wrong?