I'm using this example for ASP.NET Core to build a bot and further test it.
In development mode I use ngrok which creates a tunnel to localhost 8443
ngrok http https://localhost:8443
This code works great, the bot responds to simple messages
I placed the project on the server, the application responds, the web page opens,
the certificate works, but the bot does not accept messages and therefore does not respond.
I use IIS, added the https://myserver.com:8443 binding,
my certificate:
V3
sha256RSA
CN = R3
O = Let's Encrypt
C = US
Maybe Let's Encrypt doesn't meet the standard required for Telegram?
Good evening!
I'm using this example for ASP.NET Core to build a bot and further test it. In development mode I use ngrok which creates a tunnel to localhost 8443 ngrok http https://localhost:8443 This code works great, the bot responds to simple messages
I placed the project on the server, the application responds, the web page opens, the certificate works, but the bot does not accept messages and therefore does not respond. I use IIS, added the https://myserver.com:8443 binding, my certificate: V3 sha256RSA CN = R3 O = Let's Encrypt C = US
Maybe Let's Encrypt doesn't meet the standard required for Telegram?