Skip to content

Update tls.md #1202

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion docs/api/tls.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,17 @@ Before | After

The certificate will be valid for all apps that use the Android certificate store. This includes the Firefox Mobile browser but also others such as Chrome.

If the last step did not work, see the remark below the Firefox instructions above.
### Additional steps for recent Firefox Mobile versions (tested with Android 14 and Firefox Mobile 136.0)

On recent versions of Firefox Android browser (does not seem necessary with Chrome), you may need to perform the following additional steps to enable your browser to use user-defined certificates:

1. Run the browser.
2. Go to Settings → About Firefox.
3. Tap the Firefox logo five times.
4. Navigate to Settings → Secret Settings.
5. Toggle Use third party CA certificates.

If this still doesn't work, see the note under Firefox instructions above.

## Using your own certificate

Expand Down