Page 1 of 1

CAPTCHA Module doesn't support https://

Posted: Fri Feb 25, 2011 2:52 pm
by pjb
I've encountered the reported bug http://dev.cmsmadesimple.org/bug/view/4980 whereby the Captcha module causes pages accessed via https:// to give a warning that all page content is not authenticated. A red exclamation mark appears over the "security padlock" on https:// pages, undermining site user's sense of security about the page. This happens because the path to the Captcha image specifies http:// and not https://.

Since a solution within the Captcha module does not appear to be in the immediate works, has anyone found a workaround for this problem?

Re: CAPTCHA Module doesn't support https://

Posted: Mon Mar 07, 2011 8:09 pm
by Dr.CSS
You could fork the captcha module and change the http where needed or use the module_custom route here...

http://calguy1000.com/Blogs/6/60/custom ... lates.html