Iframe impossible on https

Hello world,

I have a full Docker website on Synology: gninx, grafana (latest version), mariadb, appache… + https in zerossl, my domain is with OVH.
I can easily open an iframe dashboard on my local website, but I can’t open an iframe in external https.

I don’t know what to do anymore. Could someone please help me? Thanks.

Check error in the browser console, there should be a clue.

in F12 console, on dashboard.php, I can see: Content unavailable. Ressource was not cached.

Sorry I am not expert, I don’t know.

tnk’s

is your local website also https?

no: http://192.168.1.173:8080/index.php

for informations:

if I paste directly url Grafana ……………. it ok dashboard is displaying in browser.
but impossible to display by dashboard.php iframe

Please post docker yaml

You first need to make it work as https locally

it is ok now, problem exposition port 3000 en https.

Thank’s

Hello, I’m come back because I saw I have another problem. My iframe works fine, but I also expose the Grafana UI on the web :frowning:
I tried setting .ini with AUTH_ANONYMOUS_ENABLED: “false”, firewall rule port 3000, custom rule on nginx, but it blocks my UI but also the iframe, I can’t do it. If you have any leads, I’m interested. Thanks