I’m using the Recaptcha module on a site that uses SSL.
I tried enabling the SSL Recaptcha server by setting
public $useSSL = true;
It still uses the normal http server, though. Does it work properly for anyone?
This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.
Please use forum.silverstripe.org for any new questions
(announcement).
The forum archive will stick around, but will be read only.
You can also use our Slack channel
or StackOverflow to ask for help.
Check out our community overview for more options to contribute.
I’m using the Recaptcha module on a site that uses SSL.
I tried enabling the SSL Recaptcha server by setting
public $useSSL = true;
It still uses the normal http server, though. Does it work properly for anyone?
I've fixed up the module with new URLs the other day, that should've this the SSL issue as well - can you confirm?
http://open.silverstripe.org/changeset/111805/modules/recaptcha/trunk
Thanks Ingo. I have started using another anti-spam module in the meantime, but I’ll check it out as soon as I get a few minutes.
Hi Ingo,
sorry it took me so long to report back (super-busy building silverstripe sites :)
The Recaptcha Module now works properly with https.