Is HTTPS supported?
See original GitHub issueI have enabled HTTPS using Nginx Reverse proxy running a standalone instance but receiving some “Mixed content” errors. I’m not seeing anything in the config.yml or elsewhere to serve scripts over https. Is this not a supported feature?
Mixed Content: The page at 'https://<server_name>/' was loaded over HTTPS, but requested an insecure script 'http://<server_name>/graph/?targets=all&id=auto-1&fit=yes&type=multitarget&config=multitarget&source=latency.First%20Group'. This request has been blocked; the content must be served over HTTPS.
Issue Analytics
- State:
- Created 2 years ago
- Comments:17 (17 by maintainers)
Top Results From Across the Web
Enabling HTTPS on your servers - web.dev
If you have been using distinct IP addresses for each hostname, you can easily support both HTTP and HTTPS for all clients. However,...
Read more >HTTPS - Wikipedia
HTTPS is now used more often by web users than the original non-secure HTTP, primarily to protect page authenticity on all types of...
Read more >What is HTTPS? | Cloudflare
HTTPS is a secure way to send data between a web server and a web browser. ... HTTPS is encrypted in order to...
Read more >The Complete Guide To Switching From HTTP To HTTPS
Compatibility with older browsers needs the server to support older cipher suites. However, many older cipher suites are no longer considered ...
Read more >HTTPS Everywhere | Electronic Frontier Foundation
You no longer need HTTPS Everywhere to set HTTPS by default! Major browsers now offer native support for an HTTPS only mode. Learn...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Got this working now, thank you for the help!
I forgot to upgrade vaping with pip, my bad. Looks like it will launch now without the error. Now I can get back to figuring out UWSGI, thanks!