Skip to content

[Feature Request] Add Certificate to both User and System Store on Android #176

@jerji

Description

@jerji

While going down a rabbit hole, trying to diagnose why Firefox on Android kept throwing HSTS errors, I found that Firefox does not trust the system certificate store at all. For compatibility with DPI and other reasons an enterprise would have a CA, Firefox has an option to trust the certificates in the user store only.

Unfortunately, this is not simple to achieve with HTTP Toolkit because when you install a certificate in the System store, It cannot be duplicated in the user store. However, the opposite is not the case. The tactic would then be to install the certificate in the user store first, and then the system store.

The user store is situated at /data/misc/user/0/cacerts-added/

It would be pretty simple to add it to the user store first and then the system store.

Is this something that you are interested in implementing? It seems easy to add it here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions