Today we
found out that the recaptcha plugin does not work for Https. We googled it and
it seems that google has changed the https url on their site so the https
request is marked as unsecured.
We downloaded
the latest ReCaptcha.dll and have also rebuilt the
UmbracoContour.FieldTypes.ReCaptcha.dll. Now the Captcha is shown correct but
it is never checked so I can enter anything I want.
I'll have to check this one since the recaptcha control also needs some code in the Contour core, is it sufficient to use the latest ReCaptcha assembly or are there also changes needed in the fieldtype code ?
ReCaptcha Issue with HTTPS
Hello,
Today we found out that the recaptcha plugin does not work for Https. We googled it and it seems that google has changed the https url on their site so the https request is marked as unsecured.
We downloaded the latest ReCaptcha.dll and have also rebuilt the UmbracoContour.FieldTypes.ReCaptcha.dll. Now the Captcha is shown correct but it is never checked so I can enter anything I want.
Is there any solution to fix this?
Thanks
Comment author was deleted
Hey Dominik,
I'll have to check this one since the recaptcha control also needs some code in the Contour core, is it sufficient to use the latest ReCaptcha assembly or are there also changes needed in the fieldtype code ?
Let me know and I'll update it :)
Comment author was deleted
Created an issue in our tracker: http://issues.umbraco.org/issue/CON-388
is working on a reply...