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

HTTPS support #11

Open
ghost opened this issue Jan 10, 2014 · 0 comments
Open

HTTPS support #11

ghost opened this issue Jan 10, 2014 · 0 comments

Comments

@ghost
Copy link

ghost commented Jan 10, 2014

It doesnt appear that the this package doesnt handle forms served on an https page in chrome 31, ie 11, and firefox 26. If I go to "httpS://politecaptcha.apphb.com/Home/WithFallback" and fill out the form, it correctly displays the error message but does not display the captcha code.

Looking at the console in Chrome, I get the following error: "[blocked] The page at 'https://politecaptcha.apphb.com/Home/WithFallback' was loaded over HTTPS, but ran insecure content from 'http://www.google.com/recaptcha/api/challenge?k=6LdKUM0SAAAAAElj7yWg8oNJKKtkrBsM8jPM-6Pp': this content should also be loaded over HTTPS."

It appears that this is due to the package trying to load insecure content from "http://www.google.com/recaptcha/api/challenge..." instead of secure content from "httpS://www.google.com/recaptcha/api/challenge...".

I am on Windows 7 64bit Professional (although I dont think this matters).

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

0 participants