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

2019-04-19 10:07发布

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.

2条回答
我想做一个坏孩纸
2楼-- · 2019-04-19 10:14

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

查看更多
兄弟一词,经得起流年.
3楼-- · 2019-04-19 10:18

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

查看更多
登录 后发表回答