Podle článku na OpenSSL.org to v pořádku nebude. Knihovna si všimne, že jedna z cest expirovala a vyhlásí chybu. Je nutné ten neplatný certifikát odebrat, aby se brala v potaz jen funkční cesta.
Unfortunately this does not apply to OpenSSL 1.0.2 which always prefers the untrusted chain and if that chain contains a path that leads to an expired trusted root certificate (DST Root CA X3), it will be selected for the certificate verification and the expiration will be reported.
Celkem jednoduše si to zkontrolujte třeba https://www.sslshopper.com/ssl-checker.html - zobrazí celý chain, který posílá server, tam by ten X3 certifikát být neměl.
Nebo z shellu:
openssl s_client -connect host:port -showcerts </dev/null|certtool -i|less
Mě k tomu dokopal Nagios, začal si stěžovat na expirující element 4.