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

If using SSL, then the login-bg.gif URL should be https #41

Open
docwhat opened this issue Nov 26, 2012 · 0 comments
Open

If using SSL, then the login-bg.gif URL should be https #41

docwhat opened this issue Nov 26, 2012 · 0 comments
Assignees
Milestone

Comments

@docwhat
Copy link

docwhat commented Nov 26, 2012

When using SSL on a page and you get the 'Identity URL:' request, the login-bg.gif is gotten from an HTTP (not HTTPS) URL. This causes a warning in most browsers.

It should use the url https://openid.net/images/login-bg.gif instead of http://openid.net/images/login-bg.gif if SSL is detected.

At the least, it could use the URL //openid.net/images/login-bg.gif which will automatically pick up the protocol when hitting openid.net.

@ghost ghost assigned bmuller Nov 6, 2013
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

2 participants