SSL Certificate Verification

SSL Certificate Verification

I have set up a REST API monitor for an API which requires authentication with a client certificate.

I have also set the correct client certificate and certificate password in the HTTP configuration of the REST API monitor.

But since the certificate does not have a correct certification path, the monitor poll attempts keep returning HTTP 615 SSL Connection Error.

By using Postman I can connect to the same REST API with the same client certificate. But I have to disable "SSL Certificate Verification" option in Postman settings.

Question: is there any way to disable "SSL Certificate Verification" in REST API Monitor configuration?