trustStorePath

abstract val trustStorePath: File?

File with trusted certificates (JKS) for verifying the remote endpoint's certificate.

The engine tries to use trustStore first and uses trustStorePath as a fallback.

If trustStore and trustStorePath are both null, the endpoint's certificate will not be verified.