【发布时间】:2018-01-16 09:24:31
【问题描述】:
我无法连接 webhook 电报。安装了证书“让我们加密”ssl https://tele.velasoft.kz/
nginx 设置https://gist.github.com/Asetss/99575e15ffee96c53cc6d7e2cf543eb2
这样做了
curl -F "url=https://tele.velasoft.kz/botman/" -F "certificate=/var/ssl/telebot.pem" https://api.telegram.org/botTOKEN/setWebhook
和
https://api.telegram.org/botTOKEN/setWebhook?url=https://tele.velasoft.kz/botman
所有的时间都回来了
{"ok":false,"error_code":404,"description":"Not Found"}
我做错了什么?
【问题讨论】:
标签: ssl nginx telegram-bot