Closed hflocken closed 2 years ago
Hey @hflocken
This is the repo for the Postman app/desktop platforms.
Could you please raise this in the Newman repository.
https://github.com/postmanlabs/newman
Something to check on would be the names you're using in the script, as per the documentation it would be these.
sslClientCert
sslClientKey
@DannyDainton thanks for the hint - that already fixed my problem
Is there an existing issue for this?
Describe the Issue
Hi,
I have a collection that I can run successfully using the following command:
newman run --verbose --insecure --ssl-client-cert /Volumes/Certs/cert.pem --ssl-client-key /Volumes/Certs/key.pem Tester.postman_collection.json -e Default.postman_environment.json –reporters cli
As I would like to capture the response body of the request, I'm trying to run Newman with the following script:
However, in this case I get an error about an assertion that fails.
If would appreciate if somebody could give me a hint what the difference is between the two invocations and why the second one is failing.
Steps To Reproduce
Run the two invocations that are described above.
Screenshots or Videos
No response
Environment Information
Additional Context?
No response