Closed joelharkes closed 5 months ago
@joelharkes are you still seeing this problem ? Do you AGIC updating the AppGateway with old certificate when old certificate is served ?
Thanks for the update.
Haven't checked app gateway I will next time.
I think it happens around certificate update. (Maybe it reverts to previous certificate for few seconds) or something?
Normally it lasts only a few seconds when our users refresh it's gone.
Haven't heard a new report last 2 weeks but before then we heard it quite a few times and experienced it ourselves. (Our app only has 10.000 infrequent users currently)
I think it could also happen after I update the ingress file to add a new customer.
@akshaysngupta We just have had this issue today again multiple times.
it might seem to happen on updating ingress yml files. for context we have 3 different ingress yml files in 3 different namespaces equal to the one above but just with different sub-domains. (yes each domain is unique, I double checked this).
how can i check the certificate in app gateway? i see its setup but i only get a name, eg: test-secret-sss-customer-domain-me nothing more.
Use the following command to view the certificate in text using openssl.
resourceGroup=""
gatewayName=""
sslCertName=""
publiccert=$(az network application-gateway ssl-cert show -g $resourceGroup --gateway-name $gatewayName --name $sslCertName --query publicCertData -o tsv)
echo -e "-----BEGIN CERTIFICATE-----\n$publiccert\n-----END CERTIFICATE-----" | openssl pkcs7 -print_certs | openssl x509 -noout
Can you also check the k8s secret when this happens ?
crazy enough it's a very old certificate (i think it's the first certificate ever requested). It keeps coming back, either when we change the configuration or when a renewal has to be done.
I'm facing the same issue. Is there any workaround for this?
we don't seem to have this problem anymore. somehow it was fixed.
We did have some wrong IPv6 DNS records. but im not sure anymore if this was also the impact here.
Please don't spend much time debugging this but i want to know if this is a known issue?
Describe the bug Sometimes an enduser is served an old ssl certificate (way older)
To Reproduce Steps to reproduce the behavior:
Cert manager v0.15.1
Ingress Controller details