【发布时间】:2020-02-19 06:24:11
【问题描述】:
Telegram API/BOT 代码不再发送消息并收到以下错误
The request was aborted: Could not create SSL/TLS secure channel.
我也尝试了以下选项
ServicePointManager.Expect100Continue = true;
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12;
API/BOT 按预期在本地工作,但是当我在实时服务器(Bigrock 共享主机)中托管应用程序时遇到了这个问题。在安全和非安全环境中都试过
【问题讨论】:
标签: .net ssl model-view-controller telegram webapi