should point out, I am not using any SSL or certification at all, and access my frontend only from within my home networkâŚoccasionally from outside via a vpn connection (OpenVPN)
I have now managed to get one working. Its a basic php site I setup on a second Pi.
But I am not able to use a panel with my home router, or pi-hole admin dash or any site, for example https://www.bbc.co.uk
Most strangeâŚwhy would some sites work and not others.
Pi-hole for example I tried http://pi.hole/admin and http://192.168.0.45/admin and neither work
yet if I use http://192.168.0.45/pisysinfo (which is my basic php site) it works?
Its bugging me nowâŚas I have one http site working - my php site, but nothing else?
I installed openvpn via PiVPN, it was a piece of cake, and I use OpenVPN to access my network whilst im away and to connect the Pi on which it is installed, to my VPN provider (PIA)
Ah okay thatâs easier than I thought I may go that route and get rid of my DuckDNS setup as it seems to be causing a lot of connection issues with certain platforms⌠Also that is strange, I know I could not get my router page to show up or pihole just like you.
I think youâll still may need a DuckDNS address if you ISP doesnât provide a static external IP.
(mine doesnât and it often changes at random)
I have a DuckDNS address, which is referenced within my OpenVPN configs, I forget where exactly.
I also have a script running via cron on the Pi to check if the external IP assigned by my ISP has changed, if so update DuckDNS
Same issue here, if you press f12 on your browser and look at the warnings you will probably find the sites are not permiting being displayed in an iframe
Refused to display 'http://10.0.0.11/zabbix/' in a frame because it set 'X-Frame-Options' to 'sameorigin'
you would need to take the security headers out of the PHP site, eg stop it returning the âX-frame optionsâ line ⌠will depend on the software / server version how you do that
Hi
I am trying to include iframe for my BlueIrs cameras page. when I say my BlueIris what I mean is the URL similar to this http://192.168.0.21:81/jpegpull.htm which I could use from any PC in my home network to view Blue Iris (9 cameras set up).
For some reason iframe come with a blank page. I have few Ifames in HA working (router, Access Point and Node Red). I never got to get my Synology NAS to iframe as Synology system does not allow.
I had the same blank page problem with Blue Iris. Solved it by changing the settings in Blue Iris: options, webserver, advanced, allow iframe tags.
Works like a charm now.