I have some investigations and found problem was a missing CA certs for endpoint .
"sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target"
Resolved by this recipe https://confluence.atlassian.com/kb/connecting-to-ssl-services-802171215.html
<JAVA_HOME>/bin/keytool -import -alias <server_name> -keystore <JAVA_HOME>/jre/lib/security/cacerts -file public.crt
OK,
Thanks for the update. I'll save that documentation if others may encounter the same issue.
Best Regards
Alexander
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have tested it with a stub and there is no any requests over https (443) http (8080) work fine. Do you have any ideas what would i check ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I managed to execute a POST function using https, and I could see the result on the service that it had been executed correctly.
I would think that the error is not related to the automation engine, but rather the endpoint used. I ain't no expert on https: and SSL certificate, but perhaps the endpoint doesn't support https and just http, in that case, this will fail.
Best Regards
Alexander
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Andrey,
This is supported as it is, so you can enter an url like https://
I have also updated our documentation to make this more clear.
Best Regards
Alexander
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.