Borja
Borja

Reputation: 3551

In webhook what is has_custom_certificate: false?

I have a telegram bot that has an issue because it sends the same message multiple times.

Maybe because the bot doesn't say to telegram that the first operation is correct. It is slow and therefore the telegram sends the message again.

I'm trying to understand the reason but nothing....

Now I noticed that from the getWebhookInfo I got:

 has_custom_certificate:    false

Could this be the problem?

Upvotes: 0

Views: 2392

Answers (3)

Joxon Xaker
Joxon Xaker

Reputation: 1

Install an ssl key on your installed domain, this may solve the problem

Upvotes: -1

orochi
orochi

Reputation: 21

And I remembered that this problem had occurred to me even though everything was correct Then I knew that the problem was from Telegram, where he restricted the bot from responding to any transmission codes, so I deleted the bot and created a new one and it was running on the same domain that I was using without doing anything.

Upvotes: 0

orochi
orochi

Reputation: 21

You must upgrade the SSL certificate To a self-signed one that uses the same requirements as Telegram In order to avoid any problems in data transmission

Upvotes: 1

Related Questions