我试图为我的内联机器人设置webhook。
服务器由Google Compute Engine托管,运行Windows Server 2016,IIS 10,绑定到域并拥有自签名证书(我认为这是阻止我的部分)
我在C#中创建了一个Web API并使用Postman进行了测试。
我已查看this Telegram page和this answer,但我仍然遇到问题。
返回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
}
}