Error code: 3 SSL error: The certificate authority is not trusted
Error code: 3 SSL error: The certificate authority is not trusted
Whatโs happening:
* Site works fine on all browsers (desktop + mobile) * Works fine on iPhones * Fails on most Android devices (WebView latest, Android 14/15) * Works if I disable Cloudflare proxy (grey cloud) * One of my other domains with similar setup (
createstir.com
createstir.com
) works fine in WebView even with proxy ON. * I noticed Cloudflare issued SSL certs from SSL.com for
watchbrew.com
watchbrew.com
, but from another CA for
createstir.com
createstir.com
. * So it looks like Android WebView doesnโt fully trust SSL.comโs root CA, even on modern devices.
Steps Iโve tried:
* Checked Nginx config โ fine. * Toggled between โFullโ and โFull (Strict)โ modes. * Disabled proxy โ works. * Waited for cert reissue โ still SSL.com.
Questions:
1. Can I force Cloudflare to use a different CA (like Google Trust Services or DigiCert)? 2. Would Advanced Certificate Manager let me fix this? 3. Any known workarounds for WebView-specific SSL CA issues?