Validate SSL certificate for API endpoint in Postman
Preconditions (3)
Step 1: Open Postman and create a new GET request
Step 2: Enter the HTTPS API endpoint URL (e.g., https://api.example.com/data)
Step 3: Send the request
Step 4: Observe the response status and body
Step 5: Disable SSL certificate validation in Postman settings
Step 6: Send the same request again
Step 7: Observe the response status and body
✅ Expected Result: When SSL certificate validation is enabled, the request should succeed only if the SSL certificate is valid. When disabled, the request should succeed even if the certificate is invalid or self-signed.