You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
grafana-data-exporter-panel get following error if grafana behind HTTPS and server behind HTTP
we should handle this case and show user understandable warning at least.
angular.js:12759 Mixed Content: The page at 'https://play.hastic.io/d/s1PVviNmk/nginx?orgId=1' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://<url>:10000/tasks'. This request has been blocked; the content must be served over HTTPS.
The text was updated successfully, but these errors were encountered:
Hello,
I have a similar issue: Mixed Content: The page at 'https://dashboard.{my-domain-removed}.com/d/P7kCXDomk/grafana-data-exporter-panel?orgId=2&var-BACKEND_URL=http:%2F%2Fdashboard.{my-domain-removed}.com' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://dashboard.{my-domain-removed}.com/tasks'. This request has been blocked; the content must be served over HTTPS.
Facing same issue. API endpoints are deployed as a docker container in ec2 machine and from Grafana cloud we are trying to access those endpoints using HTML, Button, AJAX plugins but getting same error as "Mixed Blocked".
grafana-data-exporter-panel
get following error if grafana behind HTTPS and server behind HTTPwe should handle this case and show user understandable warning at least.
The text was updated successfully, but these errors were encountered: