Skip to main content Firefox disable HTTPS Only mode impossible? : r/sysadmin
r/sysadmin icon
Go to sysadmin

Firefox disable HTTPS Only mode impossible?

So I have an older device on the network that has no certificates on it, and only works with HTTP. I need to reconfigure it, however FF 120.0.1 for some reason will not allow me to just enter the URL as "http://ipofdevice" instead it auto-formats to httpS every time. I have the radio button in the Settings under Privacy & Security set to "Don't enable HTTPS-Only Mode", and adding it to the exceptions list. No dice. I have also tried the following settings:

browser.urlbar.autoFill false
browser.cache.check_doc_frequency 1
network.stricttransportsecurity.preloadlist false
browser.fixup.fallback-to-https false
dom.security.https_first false

My Google-fu is failing on me on finding anything else on how to resolve this. Has anyone else ran into this issue?

Archived post. New comments cannot be posted and votes cannot be cast.
Switch to Xfinity Mobile and get the Samsung Galaxy S25+ ON US.
Thumbnail image: Switch to Xfinity Mobile and get the Samsung Galaxy S25+ ON US.
Sort by:
Best
Open comment sort options

in about:config, try setting browser.fixup.fallback-to-https to false.

I had to do this several versions ago IIRC. Only setting I can see in my config that might be related, I'm also on v120 and it's working fine for me to access all my local http-only services/devices.

Try to add :80 at the end of the link starting with http://

Check the network tab in developer mode just in case it is receiving a redirect from somewhere. I assume when you say "ipofdevice" that's an IPv4 address not IPv6. Has anything else used that IP address that might have set HSTS, or is the computer running Firefox sometimes on a VPN and there's another device using that IP on its non-vpn network

Yes, "ipofdevice" is an IPv4 address on the same subnet as the server that is using FF. No VPN involved and no other devices on that subnet that would have that IP.

Which setting in the network tab should I be looking for? I don't use developer mode very often.

More replies
More replies