Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bot endpoint restriction for bot to work in Microsoft Teams #12015

Open
SubbaReddi opened this issue Dec 30, 2024 · 2 comments · May be fixed by #12016
Open

Bot endpoint restriction for bot to work in Microsoft Teams #12015

SubbaReddi opened this issue Dec 30, 2024 · 2 comments · May be fixed by #12016
Assignees
Labels
doc-enhancement If feedback is about suggested improvements/additions, but no evidence customer was blocked. teams-developer-support Question related to extensibility (Bot, ME, Tab) would be marked under this label

Comments

@SubbaReddi
Copy link
Collaborator

Type of issue

Missing information

Feedback

Hi Team,
If the bot source code is published to Azure app service, we can see following setting in App service -> Settings-> Configuration -> Minimum Inbound TLS Version
If we set Minimum Inbound TLS Version as 1.3, then respective bot endpoint is not working with teams. We see following error: The request was aborted: Could not create SSL/TLS secure channel

SMBA code currently only supports TLS1.0, 1.1 and 1.2, not TLS 1.3
So, please add note to indicate the same.

Page URL

https://learn.microsoft.com/en-us/microsoftteams/platform/bots/bot-concepts?tabs=csharp%2Cdotnet

Content source URL

https://github.com/MicrosoftDocs/msteams-docs/blob/main/msteams-platform/bots/bot-concepts.md

Author

@surbhigupta

Document Id

31f8aeb9-c444-606c-5130-0b941caa1222

@SubbaReddi SubbaReddi added the doc-enhancement If feedback is about suggested improvements/additions, but no evidence customer was blocked. label Dec 30, 2024
Copy link
Contributor

Hi SubbaReddi! Thank you for bringing this issue to our attention. We will investigate and if we require further information we will reach out in one business day. Please use this link to escalate if you don't get replies.

Best regards, Teams Platform

@sayali-MSFT
Copy link

Hello @surbhigupta12 ,
Could you please help us to update the document?

@ChetanSharma-msft ChetanSharma-msft added teams-developer-support Question related to extensibility (Bot, ME, Tab) would be marked under this label and removed needs-triage 🔍 labels Dec 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc-enhancement If feedback is about suggested improvements/additions, but no evidence customer was blocked. teams-developer-support Question related to extensibility (Bot, ME, Tab) would be marked under this label
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants