Can we add TLS version 1.2 while using POSTMAN?
Asked Answered
R

2

6

I am not getting a response in my rest webservice as postman sends request via SSL . Can we change it to TLS ?

Rainer answered 31/10, 2018 at 13:12 Comment(3)
What? Can I ask you what you think is the difference between SSL and TLS?Greatniece
I do not think it is possible to change the SSL version in Postman at this moment. Requests are always based on SSLv3 it seems: github.com/postmanlabs/postman-app-support/issues/4677. Postman-team states no clear timeframe for this feature.Spatter
I was able to get the response using ARC -Advanced Rest Client. Its a chrome pluginRainer
C
10

I think this can be done. It is the other way around, You disable protocols which you don't want to communicate with. So disable it in Postman. please see the screenshot. My API only accepts TLS1.2 so I disabled all older version and I was able to fix this issue. enter image description here

Collective answered 5/11, 2019 at 5:45 Comment(0)
R
2

Click on setting >> Protocols disabled during handshake

as below picture

enter image description here

Resign answered 19/10, 2021 at 15:43 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.