django-telegram-bot
django-telegram-bot copied to clipboard
No incoming webhook call
I set up telegrambot and add run it locally using ngrok. I successfully add bot at admin, but I can not see any incoming connection, when I try to use bot in telegram
I have the same problem
telegram requires the webhook to be setup with a third party SSL certificate. using ngrok won't do as the traffic has to go through https and be from a third party certficate authority not self signed
@smartfin @artas728 did you guys tried the solution from @leungvb because I am having the problem.