But it does not send any updates to my webhook link (I checked the Nginx and node.js access log files), I tried a lot of curl commands for setWebhook API with and without certificate, but still no result:curl -s -X POST https://api.telegram.org/bot<TOKEN>/setWebhook -d url='https://www.example.tech/<TOKEN>/webhook' jq .curl -F "url=https://www.example.tech/<TOKEN>/webhook" -F "certificate=@./www_example_tech.crt" https://api.telegram.org/bot<TOKEN>/setWebhook推荐答案可能是您的证书有问题.您可以在任何 SSL 在线检查器中检查您的证书吗?可以吗?Maybe problem in your certificate. Could you check your certificate in any SSL online checker? Is it ok?例如在这个 https://www.sslshopper.com/ssl-checker.html如果直接调用 webhook url 也能看到 access.log 中的请求吗?Also do you see the request in access.log if call webhook url directly? 这篇关于为什么电报在设置 webhook 后不发送更新?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!
09-24 21:40