I have a weird situation going on in a Azure web app. I have multiple subscriptions. In my development subscription in Azure, I have deployed the same web app and renewed the certificate manually in the web app.
When I go to ssllabs to check my certificate chain it is showing that the certificate in path 1 and path 2 is correct and send by server.
The same steps for renewing the certificate in my test subscription and same web application (same size etc. and deployment) is giving in Path 2 the warning "extra download" for the sectigo root certificate. Also creating manually the web app and attaching the certificate is giving the same result.
Two same web apps. Two same certificates (I am using a wildcard certificate) The import of the certificate is done without issues.
I am not sure if this question belongs here, but I have no idea where to look. Created the pfx file multiple times with the intermediate certificates, did a new import of the certificate, but in the test subscription it is not importing everything from the certificate and in the development subscription it does (at least it looks like it does)
I am not using an azure gateway for this application.