postman-app-support icon indicating copy to clipboard operation
postman-app-support copied to clipboard

Generated cURL code doesn't contain the client certificates

Open debjeetsarkar opened this issue 5 years ago • 5 comments

Describe the bug Generated cURL code doesn't contain the client certificates added as part of the curl command

To Reproduce Steps to reproduce the behavior:

  1. Go to Settings -> Certificates -> Client certificates -> Add certificate
  2. Return to builder and generate curl code for the same domain for which cert is added.

Expected behavior The curl command generated should have the cert and key added as part of the command.

App information (please complete the following information):

  • Native App
  • Version 7.25.0-canary05 (7.25.0-canary05)
  • OS: Mac Mojave

Additional context This was identified as part of communicating with an API over mTLS.

debjeetsarkar avatar Jun 08 '20 10:06 debjeetsarkar