recaptcha https problem on https://api-secure.recaptcha.net/

我只是一个虾纸丫 提交于 2019-12-22 02:04:08

问题


I am using recpatcha on an SSL site but I am not getting the image on some browsers because the ssl certificate of it has been expired !

https://api-secure.recaptcha.net/

if I reference the non-secure link, the browser will give warning message.

so what is the alternative?

I am using it under ASP.NET MVC.


回答1:


As Remy says, you need to update the links to point at Google's servers. See the announcement regarding the expiration of the old URL.

If you are using the .NET Library then you can update to the latest version

If you did not use the library then you can see the modifications made to the library here, and update your URLs in the same manner.

i.e. update https://api-secure.recaptcha.net to https://www.google.com/recaptcha/api




回答2:


ReCaptcha was acquired by Google. Have you updated your code to use the new Google links yet?



来源:https://stackoverflow.com/questions/5865880/recaptcha-https-problem-on-https-api-secure-recaptcha-net

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!