Closed sprinter707 closed 1 month ago
Hi @sprinter707 It looks like you were able to fix your bot? It appears to be running successfully for the past week. Thanks. The bot's VM must support, in particular, the "Microsoft Azure RSA TLS Issuing CA 0x" Subordinate/"Intermediate" Certificate Authorities published here: https://learn.microsoft.com/en-us/azure/security/fundamentals/azure-ca-details?tabs=root-and-subordinate-cas-list#subordinate-certificate-authorities
Thanks for the reply.
Yes, I solved the problem.
I captured the network packets and analyzed them.
and found The firewall policy was blocking requests to "Microsoft Azure RSA TLS Issuing CA 0x".
So I downloaded the certificate from https://learn.microsoft.com/en-us/azure/security/fundamentals/azure-ca-details?tabs=root-and-subordinate-cas-list#subordinate-certificate-authorities
and installed it on the server.
Describe the issue
Hello, I am using the service based on the echobot source code. It has been used normally until recently, but the problem has been occurring since two weeks ago. PartialChain errors continue to occur during certificate verification.
I added the certificate as an intermediate certificate authority by referring to these pages, but the error still occurs.
How solve this prolem, please help me.
https://github.com/microsoftgraph/microsoft-graph-comms-samples/issues/125 https://learn.microsoft.com/en-us/azure/security/fundamentals/tls-certificate-changes https://www.microsoft.com/pki/mscorp/cps/default.htm
Code Snippet Insert the code snippet if any.
Expected behavior A clear and concise description of what you expected to happen.
Graph SDK (please complete the following information):
Call ID Provide the list call ids that encountered this issue. Include the time in UTC/GMT when these call have occurred.
Logs If required, please add logs from the SDK. (Please remove any PII from the logs before uploading)
Additional context Add any other context about the problem here.