I’m encountering an issue when trying to execute a Postman collection run via the CLI that requires SSL client certificates.
While I’ve successfully configured and used these .pem certificate and key files (1cert.pem, 1key.pem) within the Postman Desktop application to send requests, the same certificates don’t seem to be picked up or utilized when I run the collection using the Postman CLI command:
postman collection run postman/collections/Scenarios
--environment postman/environments/test.environment.yaml
--ssl-client-cert certs/1cert.pem
--ssl-client-key certs/1key.pem
The CLI command completes without any explicit feedback or error messages indicating an issue with the certificates, even when I intentionally provide incorrect file paths for --ssl-client-cert or --ssl-client-key.