NVISOsecurity / MagiskTrustUserCerts

A Magisk/KernelSU module that automatically adds user certificates to the system root CA store
1.63k stars 190 forks source link

Not working on Android 13 Emulator #29

Closed PATAPOsha closed 1 year ago

PATAPOsha commented 1 year ago

I was able to install this module on emulator Android 13 based on ARM image on Mac m1. And was able to install my certificate to /system with it

But chrome still does not trust my certificate.

And there is notification saying that "Certificate authority installed by unknown thirpraty"

After clicking "Check certificate" it shows USER INSTALLED certificate (not System), suggests uninstalling it, after uninstalling SYSTEM certificate is on its place and USER cert is missing. All seems good at this point.

But Chrome shows error NET::ERR_CERTIFICATE_TRANSPARENCY_REQUIRED

I tried to disable MagiskTrustUserCerts in Magisk modules before it will remove certificate for /system. But after reboot certificate was removed from /system.

Tested on Mac m1, Pixel 4 with Android 13.0, arm64 image with Google Play preinstalled. image

 emulator --version
INFO    | Android emulator version 32.1.12.0 (build_id 9751036) (CL:N/A)
PATAPOsha commented 1 year ago

My issue is nothing related to this magisk module. It is becasue Chrome started "Certificate Transparency (CT)" on fresh Chrome versions. WebView browser, DuckDuckGo browser works and apps without ssl pinning works fine. Closing this.