I have an APIM instance abstracted behind azure front door (Azure front door classic). Recently in our consumer application we are seeing error saying
OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to azfd-appname-p01.azurefd.net:443
We do not have diagnostic setting enabled at azure front door and I cant see any error being logged in APIM. the error is occuring only once in a while. Could azure front door classic might be the reason for this issue or is there anywhere I can detect the reason without enabling the logs?
It is possible that the issue is related to Azure Front Door’s DDoS mitigation strategy. Where Azure Front Door is sending Reset after client hello. While RSTs can happen for various reasons, they are also sent by AFD during a DDoS attack as one part of AFD’s DDoS mitigation strategy.
Connect to the backend by using -
servername
. It should return the SNI, which needs to match with the FQDN of the backend pool:If the issue persists with your application and network devices, raising a support request with Azure is a logical next step. The Azure Front Door team can provide more in-depth analysis and assistance in identifying and mitigating the issue.
Reference:
Troubleshoot Azure Front Door common issues | Microsoft Learn