Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mixed Content Error: Website not running on HTTPS, insecure stylesheet request" #149

Open
SPR-Ideas opened this issue Jul 30, 2023 · 0 comments

Comments

@SPR-Ideas
Copy link

Description:

I encountered a mixed content error while accessing the website at 'https://chennaipy.org/'. The page is loaded over HTTPS, but it's requesting an insecure stylesheet at 'http://chennaipy.org/static/css/custom.css', which is causing the request to be blocked. To ensure security and compatibility with modern web browsers, the website should be running entirely on HTTPS.

Steps to Reproduce:

  1. Access 'https://chennaipy.org/' in a web browser.
  2. Open the developer console to view the mixed content error.

Expected Behavior:

All website content, including stylesheets, should be loaded securely over HTTPS to avoid mixed content issues.

Suggested Fix:

Please update the website configuration to ensure that all resources, including the 'custom.css' stylesheet, are loaded over HTTPS. This will prevent the mixed content error and enhance the security and compatibility of the website.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant