Trying to run an asyncPost command to a https server and getting this error:
sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
Is there any way to ignore this error and proceed? I'm not terrible worried about security as I'm just sending commands to an API.