Hi there,
I've enabled the new certificate for my app by entering in 'Edit certificate' and then selecting 'Enable SSL for the following custom domains'.
I tested the app via Chrome, FF, Safari and openssl and I always get the old certificate. Even after 24 hours.
As a separate test, I've enabled the new SSL certificate in a separate app that didn't have an SSL set up before, and I can see in Chrome that the new certificate is being served.
----
This is the openssl command I use:
echo | openssl s_client -connect luisma.zeetings.com:443 2>/dev/null | openssl x509 -noout -dates
Thanks