postmanlabs / newman

Newman is a command-line collection runner for Postman
https://www.postman.com
Apache License 2.0
6.82k stars 1.15k forks source link

Facing issue with Newman when passing SSL cert to hit the API calls #3177

Open SaranyaJothi6101 opened 9 months ago

SaranyaJothi6101 commented 9 months ago

Am trying to hit the API calls through newman using SSL certificate. But certificate is not passing in newman. Getting access denied error. 1.Tried to pass the direct pfx file.

  1. Converted the pfx file into pem and key with password. Both didnt work. Please help me to resolve this issue.
SaranyaJothi6101 commented 9 months ago

Does anyone have idea about this issue..Please help me out asap.

SaranyaJothi6101 commented 9 months ago

If anyone faced this issue already, Please help me to resolve it.

Shiva953 commented 8 months ago

try to use https instead of http if using a link there is an option --insecure to disable strict SSL, use that flag along with the main command