Hosting Bot

Mark 21 Reputation points
2020-08-14T17:26:26.613+00:00

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

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
757 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. romungi-MSFT 42,976 Reputation points Microsoft Employee
    2020-08-17T07:46:45.583+00:00

    @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.