Telegram webhook: Is ssl mandatory? -


i want know if ssl certificate , url starting https:// mandatory webhook of telegram bot? noticed in https://core.telegram.org/bots/api#setwebhook seems necessary, i'm not sure this.

as telegram bot documentation says:

all queries telegram bot api must served on https , need presented in form.

  • you need valid ssl certificate webhooks work.
  • to use self-signed certificate, need upload public key certificate - using certificate parameter in setwebhook. please upload inputfile, - sending string not work.
  • ports supported webhooks: 443, 80, 88, 8443.
  • wildcard certificates may not supported.
  • redirects not supported.
  • cn must match domain.

setting ssl not hard , there or free ways too(like free valid ssl certs or self-sign methods)


Comments

Popular posts from this blog

java - Suppress Jboss version details from HTTP error response -

gridview - Yii2 DataPorivider $totalSum for a column -

Sass watch command compiles .scss files before full sftp upload -