I did. Tried it on the Ubuntu machine, my personal computer running windows, both of which are wired. Then I tried on my cell phone's browser.
It gets the furthest on my cell. It will warn that the site isn't secure and then when I click proceed, it gets stuck loading while still showing that warning message.
Are these all using the Brave browser? It has a couple of features that bounce http over to https and they may be interfering. To test this you can try to disable it (or try a different browser to see if it behaves differently).
Apparently there are the two places in Brave where this is controlled [ the following is adapted from a forum post ] :
HTTPS Everywhere: This is based on a list of rules, and since you won't have added one for your Pi-hole this shouldn't be the cause here. Also, it’s covered by the Upgrade connections to HTTPS toggle in the Shields settings.
“HTTPS only” mode: This upgrades all HTTP URLs to HTTPS, no rules required. This is controlled by the Always use secure connections toggle in the Security settings. This would be the one messing with your Pi-hole connection.
I have tried Brave, Edge, and Chrome.
The HTTPS only mode is not enabled on any of the browsers.
I just tried mozilla on the ubuntu machine and I can now get to the login/admin page. Will try again on my main machine after I clear and restore settings within the browsers.
UFW is not part of the Pi-hole install.
As there are many firewall tools available besides UFW for the many different Linux distros Pi-hole supports, Pi-hole cant account for all of them.
There is no normal software that I use and know of whom would alter the firewall.
You always have to read the prerequisites/requirements in the docs for the particular software.
Yes.
But there are a few Linux distro that dont have a firewall up OOTB.
Like for example Raspbian for my Raspberry Pi or other SBC distros like Armbian or TinkerOS.
Plus you have to consider that most distro releases come with a Linux kernel thats got all the firewall attributes already compiled into it or as a module:
pi@ph5b:~ $ lsmod
Module Size Used by
[..]
nf_tables 200704 0
[..]
ip_tables 28672 0
x_tables 32768 1 ip_tables
[..]