Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.2k views
in Technique[技术] by (71.8m points)

postman - 我们可以在使用POSTMAN时添加TLS版本1.2吗?(Can we add TLS version 1.2 while using POSTMAN?)

I am not getting a response in my rest webservice as postman sends request via SSL .

(我的其余Web服务未得到响应,因为邮递员通过SSL发送请求。)

Can we change it to TLS ?

(我们可以将其更改为TLS吗?)

  ask by ADIT translate from so

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

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.

(我的API仅接受TLS1.2,因此我禁用了所有旧版本,并且能够解决此问题。) 在此处输入图片说明


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...