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

SSL: Mix of insecure resources on login page #3142

Closed
anonymous-matomo-user opened this issue May 11, 2012 · 2 comments
Closed

SSL: Mix of insecure resources on login page #3142

anonymous-matomo-user opened this issue May 11, 2012 · 2 comments
Labels
Bug For errors / faults / flaws / inconsistencies etc.
Milestone

Comments

@anonymous-matomo-user
Copy link

Piwik uses jQuery from:

http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js

If you are using Piwik at a SSL secured login screen, you will be prompted with the information about "The page at https://... ran insecure content from http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js".

Would be nice if you could fix this, by leaving out the "http:" like:

//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js

or setting https:// on SSL secured installations

@anonymous-matomo-user
Copy link
Author

Attachment:
ssl_error.jpg

@robocoder
Copy link
Contributor

(In [6257]) fixes #3142

@anonymous-matomo-user anonymous-matomo-user added this to the Piwik 1.8 milestone Jul 8, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc.
Projects
None yet
Development

No branches or pull requests

2 participants