Hi!
In an app, I use a HTTPS Let's encrypt certificate with okhttpUtil2 library on a VPS server with a own RESTful json API.
As my Let's encrypt certificates will expire in one week, i made the renew of them manually this evening.
I have noticed the root certificate change as it explain here:
https://forum.opnsense.org/index.php?topic=20325.0
I just renew as i do it normally.
As soon as i changed by the new certificate, i can notice that all the https calls made on new Android devices (9, 10) on my VPS fail with the message:
I have also noticed root authority changed :
instead of being signed by "Let's Encrypt authority X3" it's now indeed signed as delivered with a "R3" authority
I test my new certificates signed by R3 on https://www.ssllabs.com/ssltest/
and it show no error about error chain certificate .
When i reverted to the old certificates, still valid but just for one week, everything came back fine with all device android version 5->10.
What the problem with new let's encrypt certificats and android 9 and 10 ?
is their an option i can put to tell okhttputils2 not to check it ?
Thank you
In an app, I use a HTTPS Let's encrypt certificate with okhttpUtil2 library on a VPS server with a own RESTful json API.
As my Let's encrypt certificates will expire in one week, i made the renew of them manually this evening.
I have noticed the root certificate change as it explain here:
https://forum.opnsense.org/index.php?topic=20325.0
I just renew as i do it normally.
As soon as i changed by the new certificate, i can notice that all the https calls made on new Android devices (9, 10) on my VPS fail with the message:
It seeem to be fine on older android devices.ResponseError. Reason: javax.net.ssl.SSLHandshakeException: Chain validation failed, Response:
I have also noticed root authority changed :
instead of being signed by "Let's Encrypt authority X3" it's now indeed signed as delivered with a "R3" authority
I test my new certificates signed by R3 on https://www.ssllabs.com/ssltest/
and it show no error about error chain certificate .
When i reverted to the old certificates, still valid but just for one week, everything came back fine with all device android version 5->10.
What the problem with new let's encrypt certificats and android 9 and 10 ?
is their an option i can put to tell okhttputils2 not to check it ?
Thank you
Last edited: