mozilla-mobile / firefox-ios

Firefox for iOS
Mozilla Public License 2.0
12.22k stars 2.93k forks source link

Can't access websites with self-signed certificates #7631

Open Scripter17 opened 4 years ago

Scripter17 commented 4 years ago

Steps to reproduce

Create an HTTPS server with a self-signed TLS certificate and attempt to access it via FireFox for iOS.

Expected behavior

Give a warning that the site isn't secure, but otherwise allow the user to connect.

Actual behavior

The progress bar at the top of the screen permanently hangs and the browser won't connect.

Device & build information

┆Issue is synchronized with this Jira Task

github-actions[bot] commented 1 year ago

This issue has been automatically marked as stale. Has the issue been fixed, or does it still require the community's attention? Please leave any comment to keep this issue opened. It will be closed automatically if no further update occurs in the next 30 days. Thank you for your contributions!

Scripter17 commented 1 year ago

Currenlty on Firefox 109.0 (25841) and it seems to still be an issue

Honestly I've given into apple's BS and switched to safari

I don't suppose it's the https://LocalIPAddress that's the issue? I might try wrangling ios into letting me add my own root certificate to see if we can rule that out

github-actions[bot] commented 9 months ago

This issue has been automatically marked as stale. Has the issue been fixed, or does it still require the community's attention? Please leave any comment to keep this issue opened. It will be closed automatically if no further update occurs in the next 30 days. Thank you for your contributions!

jpann commented 8 months ago

I wonder if this is happening because of this About upcoming limits on trusted certificates, which prevents the self-signed certificate from being trusted on the iOS device. Once I recreate my certificate using a shorter validity period (< 398 days), I no longer have the issue.