本文介绍了“底层连接已关闭:无法为SSL / TLS安全通道建立信任关系。”的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我可以使用Google Chrome发送HTTP Post请求 - PostMan客户端。

I am able to send HTTP Post request using Google Chrome - PostMan client.

但是代码如下:

我收到错误信息:

Message ="基础连接已关闭:无法为SSL / TLS安全通道建立信任关系。"

Message = "The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel."

我需要包含哪些额外的标题?

What additional header do I need to include?

推荐答案

https://docs.microsoft。 com / en-us / dotnet / framework / network-programming / tls

https://docs.microsoft.com/en-us/dotnet/framework/network-programming/tls


这篇关于“底层连接已关闭:无法为SSL / TLS安全通道建立信任关系。”的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-22 13:42
查看更多