-
Notifications
You must be signed in to change notification settings - Fork 25
Accessing non HTTPS connections with Firefox
p-Heinze edited this page Dec 13, 2020
·
1 revision
Depending on custom browser settings Firefox redirects from http
to http**s**
automatically.
The simplest solution is to check that no bookmarks are saved for your domain http**s**://...
(e.g., for https://webengineering.ins.hs-anhalt.de
).
If this does not solve the problem, then you have to try some changes to your browser settings.
- clear site preferences
- go to
Options -> Privacy & Security -> History
- click on
Clear History
- check
Site Preferences
- click
OK
- go to
- go to
about:config
in your address bar and see if any of the following setting resolve the problem:- set
network.stricttransportsecurity.preloadlist
tofalse
- set
browser.fixup.fallback-to-https
tofalse
- set
For more information and possible solutions see:
- this Stack Overflow question about Firefox redirect
- the official Mozilla support page for this issue
-
How to establish a Docker-based Qanary Question Answering system
-
How to implement a new Qanary component
... using Java?
... using Python (Qanary Helpers)?
... using Python (plain Flask service)?