Botconnector not working for a self signed nodejs bot

Deadly 提交于 2019-12-06 08:54:11

In short, yes, self-signed certs are not supported.

If you use HTTPS, you must have a properly chained cert. The Bot Connector uses standard server certificate validation to make sure your site is what it claims to be. Put another way, if you point a browser to your bot and your browser thinks the cert is legit, the Bot Connector likely will, too. If your browser doesn't like it, the Bot Connector probably won't either.

This is true for bots implemented in all languages.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!