Hello Luis,
Thank you for posting your question in the Microsoft Q&A forum.
The intermittent ERR_SSL_PROTOCOL_ERROR with your custom domain (while the default azurewebsites.net URL works) suggests a misconfiguration between your Ionos SSL certificate and Azure’s TLS handling. First, verify that the certificate was correctly bound to the custom domain in Azure App Service’s TLS/SSL settings, and ensure it hasn’t expired or been revoked. Cross-check that the certificate’s Subject Alternative Name (SAN) includes your custom domain, as mismatches trigger protocol errors.
Next, confirm Azure’s TLS/SSL version support: While TLS 1.3 is enabled, some older Ionos certificates or browser configurations may conflict. Temporarily test with TLS 1.2 in Azure’s configuration to rule out compatibility issues. Additionally, inspect the SSL certificate chain missing intermediate certificates can cause intermittent failures. Use tools like SSL Labs’ SSL Test to diagnose chain completeness.
If the issue persists, re-upload the certificate in PEM format (including private key and intermediates) and ensure the custom domain’s CNAME record points precisely to MyAppName.azurewebsites.net without redirects. Finally, review Azure’s diagnostic logs for SSL handshake failures or consider replacing the Ionos certificate with Azure App Service Managed Certificates for seamless integration.
If the above answer helped, please do not forget to "Accept Answer" as this may help other community members to refer the info if facing a similar issue. Your contribution to the Microsoft Q&A community is highly appreciated.