Your question may already have an answer on the community forum. Please search for related topics, and then read through the guidelines before creating a new topic.
Here’s an outline with best practices for making your inquiry.
My question:
I can’t found the “postman-proxy-ca.crt” certificate in my computer
Details (like screenshots):
I want to capturing HTTPS request use proxy, but I can’t found the “postman-proxy-ca.crt” certificate in my computer.
I know this is old but I just ran into the same problem on Kali Linux. Turns out from some of other forum posts with Windows this is common.
The problem is either:
OpenSSL is not installed
OpenSSL version 3+ is installed
Postman requires OpenSSL 1.1.1 . My best guess is OpenSSL 3.0.5 has breaking interface changes and making a hard dep on OpenSSL 1.1.1
to be fair, it’s only to get postman to generate the certs. Once they’re generated, I switched back the version of openssl and it worked fine with the cert