我正在尝试为我的内联机器人设置一个 webhook。
该服务器由 Google Compute Engine 托管,运行 Windows Server 2016,IIS 10,绑定到域并具有自签名证书(我认为这是阻止我的部分)
我用 C# 创建了一个 Web API,并用 Postman 对其进行了测试。
我已经查看了这个 Telegram 页面和这个答案,但我仍然遇到问题。
退货https://api.telegram.org/botXXX/getWebhookInfo
:
{
"ok": true,
"result":
{
"url": "https://myserver.url:443/path/to/api",
"has_custom_certificate": true,
"pending_update_count": 41,
"last_error_date": 1523561516,
"last_error_message": "SSL error {337047686, error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed}",
"max_connections": 100
}
}