Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
IMPORTANT: changes to reCAPTCHA SSL API (api-secure.recaptcha.net) on April 11
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  5 messages - 4 new - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
reCAPTCHA Support  
View profile  
 More options Mar 8 2011, 3:44 pm
From: reCAPTCHA Support <supp...@recaptcha.net>
Date: Tue, 8 Mar 2011 12:44:14 -0800 (PST)
Local: Tues, Mar 8 2011 3:44 pm
Subject: IMPORTANT: changes to reCAPTCHA SSL API (api-secure.recaptcha.net) on April 11
Hi reCAPTCHA users,

In April, we will begin to turn down the legacy URL for reCAPTCHA's
HTTPS API.  If your site uses reCAPTCHA over SSL, you will need to
make a minor code change before April 11.

If your site does not load the reCAPTCHA challenge API over SSL, you
do not need to make any changes.  You can tell if you’re using SSL by
looking at the source of your page(s) which contain reCAPTCHA and
seeing whether you use "https://api-secure.recaptcha.net" anywhere.

The transition involves a very simple change to your code.  Any time
between now and April 11, you need to replace all instances of:
https://api-secure.recaptcha.net/XXX
with:
https://www.google.com/recaptcha/api/XXX

If you don’t make the change before April 11, your users might see SSL
certificate warnings when visiting your site.  (However, the CAPTCHA
should still load normally, unless the user has restrictive security
settings.)

Most commonly, this shows up as a call to the reCAPTCHA challenge API
on the page that contains reCAPTCHA, such as:

<script src="https://api-secure.recaptcha.net/challenge?
k=XXXYYYZZZ"></
script>

This call needs to change to something like this:

<script src="https://www.google.com/recaptcha/api/challenge?
k=XXXYYYZZZ"></script>

... everything after the /challenge can remain exactly as it was.

Another thing to look for is if you're including the reCAPTCHA
JavaScript over HTTPS.  Code that looks like:

<script src="https://api-secure.recaptcha.net/js/recaptcha.js"></
script>
or
<script src="https://api-secure.recaptcha.net/js/recaptcha_ajax.js"></
script>

Would need to change to:
<script src="https://www.google.com/recaptcha/api/js/recaptcha.js"></
script>
or
<script src="https://www.google.com/recaptcha/api/js/
recaptcha_ajax.js"></script>

We're sorry for the inconvenience; please let us know if you have any
questions or concerns about making this change.  We will be contacting
SSL-using site owners individually to let them know about this change;
however we wanted to post in the public forum as well, since we may
not have up-to-date contact information for all sites.

Best,
Colin & the rest of the reCAPTCHA team


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
reCAPTCHA Support  
View profile  
 More options Apr 11 2011, 6:30 pm
From: reCAPTCHA Support <supp...@recaptcha.net>
Date: Mon, 11 Apr 2011 15:30:44 -0700 (PDT)
Local: Mon, Apr 11 2011 6:30 pm
Subject: Re: IMPORTANT: changes to reCAPTCHA SSL API (api-secure.recaptcha.net) on April 11
Reminder: we will be making this change later this week -- most likely
tomorrow.  If your site still uses SSL over the legacy servers (api-
secure.recaptcha.net), your users will soon start to see SSL warnings
in their browsers.

Best,
Colin

On Mar 8, 4:44 pm, reCAPTCHA Support <supp...@recaptcha.net> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
reCAPTCHA Support  
View profile  
 More options Apr 12 2011, 9:11 am
From: reCAPTCHA Support <supp...@recaptcha.net>
Date: Tue, 12 Apr 2011 09:11:33 -0400
Local: Tues, Apr 12 2011 9:11 am
Subject: Re: [recaptcha-announce] Re: IMPORTANT: changes to reCAPTCHA SSL API (api-secure.recaptcha.net) on April 11
This is starting now.

On Mon, Apr 11, 2011 at 6:30 PM, reCAPTCHA Support

--
reCAPTCHA: stop spam, read books
http://www.google.com/recaptcha

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
reCAPTCHA Support  
View profile  
 More options Apr 25 2011, 11:11 am
From: reCAPTCHA Support <supp...@recaptcha.net>
Date: Mon, 25 Apr 2011 08:11:21 -0700 (PDT)
Local: Mon, Apr 25 2011 11:11 am
Subject: Re: IMPORTANT: changes to reCAPTCHA SSL API (api-secure.recaptcha.net) on April 11
Hi all,

We will be pushing this change live again on Wednesday morning (April
27).  If you're using SSL and haven't updated your site to use the new
URLs yet, it will break again on Wednesday.

Colin


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
reCAPTCHA Support  
View profile  
 More options Apr 27 2011, 1:54 pm
From: reCAPTCHA Support <supp...@recaptcha.net>
Date: Wed, 27 Apr 2011 10:54:09 -0700 (PDT)
Local: Wed, Apr 27 2011 1:54 pm
Subject: Re: IMPORTANT: changes to reCAPTCHA SSL API (api-secure.recaptcha.net) on April 11
This is starting now.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic