我无法连接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"}
我做错了什么?
答案 0 :(得分:1)
您需要使用自己的令牌替换botTOKEN
,看起来像bot109780439:AAJqs_w-4
使用/ newbot命令创建新的bot。 Bot Father将询问您的名称和用户名,然后为您的新机器人生成授权令牌。