[Seaside] Captcha google certificate

dtrussardi at tiscali.it dtrussardi at tiscali.it
Wed Jun 13 08:39:47 UTC 2012


Hi,

	i load in a Pharo image  the BowWave-Recaptcha-TonyFleig.10   from 

	MCHttpRepository
		    location: 'http://www.squeaksource.com/BowWave'
    			user: ''
 			password: ''

	Three 	BWRecaptchaComponent     method (   renderJavaScriptVariantOn: html	  renderNoScriptVariantOn: html 	 verifyServerAddress )

	do reference to hold https 

		nextPutAll: 'https://api-secure.recaptcha.net/challenge?k=';


	With this configuration the captcha component is not rendering because the certificate is not right.

	 I change it to:

		 nextPutAll: 'https://www.google.com/recaptcha/api/challenge?k=';

	and all fork fine.


	Can someone update the monticello package?

	Or i can have the authorization for do it ?


	Thanks,

		Dario
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20120613/b75d10d8/attachment.htm


More information about the seaside mailing list