Closed
Description
App Details:
Postman for Windows
Version 6.1.3
win32 10.0.15063 / x64
Issue Report:
- Did you encounter this recently, or has this bug always been there: Always
- Expected behaviour: Mutual SSL certificate based connections should be performed over TLS 1.2 by default, currently requests are based on obsolete SSLv3.
Description of the issue
I am currently trying to test a SOAP based API, this API only supports communications secured by a mutual certificate and TLS 1.2 (SSLv3 is not supported and there is no possibility to enable it).
When doing the same requests with cURL I can successfully get the responses I expect, however I cannot get Postman to work as the connection gets rejected by the endpoint.