Search code examples
ssljmetercertificate

Jmeter switch off the SSL certificate


How to disable SSL certificate validation in Apache Jmeter 3.2 analogous to the switch in the postman "SSL-certificate verification on / off"?


Solution

  • JMeter does not validate certificate by default. If you’re facing issues with ssl , it’s another cause.

    As per your comment root cause was a missing header. After adding those headers it worked:

    Accept-Enconding=application/json

    Content-Type=application / json