Mixed content with Nginx Proxy Manager #889
Replies: 7 comments 5 replies
-
Did you update |
Beta Was this translation helpful? Give feedback.
-
Hello, no, but I just did it and it's still the same problem. |
Beta Was this translation helpful? Give feedback.
-
After you added the env var did you restart the container? That should of fixed the script path. Also make sure (if you have a mounted .env) file that you don't have a duplicate variable set there. |
Beta Was this translation helpful? Give feedback.
-
Hi! I'm also facing the same issue. I've been running this docker, with settings unchanged for 6 months or so, and now I've realised that the graphs are not loading if I access through NginxProxyManager (everything works fine if I go by local IP). I have Watchtower managing autoupdate, so I can't pinpoint when it happened. I don't usually go into the GUI (I only check it when threshold kicks in), but today I happened to drop by and found this issue. |
Beta Was this translation helpful? Give feedback.
-
Yes I restart the container but nothing new |
Beta Was this translation helpful? Give feedback.
-
I haven't used NPM in a while so can't really help out here. I'm going to transition this issue to a discussion to see if the community can help out more as this isn't really an issue with Speedtest Tracker itself. |
Beta Was this translation helpful? Give feedback.
-
Hi guys, I had installed speedtest-tracker yesterday and ran into the same problem. The solution is to add
Hope that helps |
Beta Was this translation helpful? Give feedback.
-
Describe the bug
![image](https://private-user-images.githubusercontent.com/36904646/278315564-c05094ec-2c02-4b8f-81da-1c2b64d67fe6.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxMjQ5NDAsIm5iZiI6MTczOTEyNDY0MCwicGF0aCI6Ii8zNjkwNDY0Ni8yNzgzMTU1NjQtYzA1MDk0ZWMtMmMwMi00YjhmLTgxZGEtMWMyYjY0ZDY3ZmU2LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA5VDE4MTA0MFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTgxYTZkNzk0ZTIwNTAxNWQ3YmM0OTFmYTU0ZWI5N2YzYTExM2Y2YTg5ZmVlNDcwZjNlOGJlN2E0ODQ3ZjA2ZTEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.X_YnVehu7CNJcK8M4itWD_COV4Ps04u0IMsk_IWpPWo)
![image](https://private-user-images.githubusercontent.com/36904646/278315599-09f28585-c3fa-441b-ba02-50b729f69cd8.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxMjQ5NDAsIm5iZiI6MTczOTEyNDY0MCwicGF0aCI6Ii8zNjkwNDY0Ni8yNzgzMTU1OTktMDlmMjg1ODUtYzNmYS00NDFiLWJhMDItNTBiNzI5ZjY5Y2Q4LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA5VDE4MTA0MFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTllNmI5YWU4MGJjN2E5MjNkNDU0MzBlZTJlOWQ0MzM3MzQ0MjQ4YjEwMWY5YWJkMTFiMGViODIzMGExYmFkMDYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.ZKrMH8mdHUbdiGsJDs1dT-L6ftAI3I5EwzWD4f0PJVY)
I set up the system. I've added a nginx proxy manager except that I have scripts that try to load in http and therefore don't load the style
To Reproduce
To reproduce the error :
1: Install the tool via unraid
2: set up the proxy
3: check that it doesn't work
Expected behavior
Display the page cleanly
Environment (please complete the following information):
Logs
Apart from the chrome logs, nothing to report.
speed.eao-lab.com/:1 Mixed Content: The page at 'https://x.x/' was loaded over HTTPS, but requested an insecure script 'http://x.x/js/filament/support/support.js?v=3.0.67.0'. This request has been blocked; the content must be served over HTTPS.
Additional context
I put SSL_MODE | full in my docker env
thanks
Beta Was this translation helpful? Give feedback.
All reactions