Postman cli and self-sign certificate

Hello,

I run a collection with postman cli and the -e /path/to/my/exported/env.json file

Nothing is working, all tests failed and postman desktop reports ā€œno environmentā€ for each run.

I tried setting the file path between ā€œpathā€ or not,
using full path or ~/path/env.jsonā€¦

Nothing works.

I am missing something here ?

Best
Didier

PS: donā€™t tell my to use the uid :wink:

Diggingā€¦ seems the json file is loaded but not reported even if the name of the environement is specified.

Shouldā€™nt that be reported correctly ?
There is the name and uid of the environment in the json fileā€¦

Still searching what is failingā€¦

Didier

This was related to my self-signed certificat.
Just add -k in the cmd line to bypass the ssl verification.

The ā€œNo environmentā€ misguided me before I take a better look at the cmd line resultā€¦ :slight_smile:

Iā€™ve update the title to reflect more the real problem.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.