dursunkurt
(Dursun Kurt)
1
Hello guys
I’m running my postman collection on azure devops(onprem)
I have got an error when I call an api
On my desktop app I set like this

But on azure devops pipeline I cant set this.
these are my yml details
I hope someone can help
Thank’s for all
Hey @dursunkurt 
Welcome to the Postman Community! 
If you add this flag to the postman collection run <collectionId or URL> part of the command, does this help here:
postman collection run <collectionId or URL> -k
This flag turns off SSL verification checks and enables self-signed SSL certificates.
dursunkurt
(Dursun Kurt)
3
Thank u, it seems worked fine