I created a simple bot. Self signed the ssl cert. Apparently that does not work for bot connector . I get following error form the bot, after several seconds.
{
"error": {
"code": "BadCertificate",
"message": "An error occurred while sending the request. The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel. The remote certificate is invalid according to the validation procedure. ",
"statusCode": 500
}
}
Does that mean self signed certificates are out of question for the bot? Any work around this problem?