In the settings, I created a client certificate for a given domain “mydomain.com” by providing a *.p12 file in the PFX file entry and the matching passphrase.
I noticed that the settings contained more configuration options which have definitely not been available directly after updating Postman to the latest version. (I created a screenshot.)
The configuration options now contain a “Working directory” and a setting “Allow reading files outside working directory”.
My certificate file was located outside of the working directory. Enabling the option did not change anything, though. The file was not read. (Access rights are correct.)
Only after copying the p12 file into the working directory of Postman and re-configuring the certificate with the new path, the client certificate was use.
So, my problem is solved. But maybe somebody would like to check:
a) Why wasn’t the setting available immediately?
b) Why is the setting “Allow reading files outside of the working directory” not working as expected?
Is this the working directory path ? C:\Users\dipespat\Postman\files
I am keep getting this error :
Error: write EPROTO 25956:error:14094416:SSL routines:ssl3_read_bytes:sslv3 alert certificate unknown: c:\users\administrator\buildkite-agent\builds\pm-electron\postman\electron-release\vendor\node\deps\openssl\openssl\ssl\record\rec_layer_s3.c:1407:SSL alert number 46
Moving certificate to a working directory path worked for me.
For anyone looking - it’s configured in Settings → General → (scroll down) Working Directory → Location
I am also getting this error “EPROTO 80384:error:14094416:SSL routines:ssl3_read_bytes:sslv3 alert certificate unknown:c:\users\administrator\buildkite-agent\builds\pm-electron\postman\electron-release\vendor\node\deps\openssl\openssl\ssl\record\rec_layer_s3.c:1407:SSL alert number 46” any help?