- The application with the webhuk is from examples from the Telegram.Bot library with the added transfer of the certificate from its own comments.
- The application is deployed on a virtual in eyjur
- The self-signed certificate was generated exactly with the instructions from the site telegram with the real domain xxxxxx.cloudapp.net and added to the virtual-certificate storage.
- PEM has been exported from it and its shipping has been added to the application.
- On the
netsh http add urlaclandnetsh http add sslcertaccording to the comments in the code - in the firewall ports are open, points are configured
sslshoppershows that this certificate is being given and checks pass, except for the warning that some browsers may swear on such a certificate- DOES NOT
getWebhookInfo-getWebhookInfosays
ssl3_get_server_certificate: certificate verify failed
As a result, the bot does not respond to the client. Where is the error, what is wrong? everything is taken exactly from the examples, what else is wrong with the certificate?
setWebHookperformed? - AnatolPorts currently supported for Webhooks: 443, 80, 88, 8443as if from the documentation. And with what changed? - Anatol