'Postman returns "Error: passed a null parameter" when using Client Certificate
I requested certificate from my CA (on a MAC) then exported the private key as p12 file.
In Postman preferences I configured Client Certificates by PFX file/passphrase:
I know it's reading it since I get incorrect passphrase error if set a wrong one.
Once it's set, I get error shown below in Postman Console: "Error: passed a null parameter" and the request is not being sent to server -- any ideas?
Solution 1:[1]
I got it to work after exporting from KeyChain both the "private key" and "certificate" together to a p12 file.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Ben |