@Mark The Bot Framework requires that the x.509v3 certificate exposed by your endpoint to be current and valid. Most of the checks for "current and valid" are standard checks for server certs: the CN must match the hostname, it must not be expired, it must not be listed in a CRL, it must have the correct set of EKUs, etc. Most importantly, your cert must chain to a root certificate authority trusted by Microsoft and should use an https endpoint.
Hosting Bot
Mark
21
Reputation points
I am needing to host my own bot.
I am developing the bot in Java and using the REST APIs directly.
What certs do I need to include in order to establish and https session.
For testing is there a way to use http?
Thanks
1 answer
Sort by: Most helpful
-
romungi-MSFT 46,746 Reputation points Microsoft Employee
2020-08-17T07:46:45.583+00:00