Mobile app version of vmapp.org
Login or Join
Fox8124981

: Does Googlebot support TLS v1.2? If not, what will my TLS v1.2-only site look like to it? I currently redirect all non-HTTPS connections to HTTPS, and support TLS v1, TLS v1.1, and TLS v1.2.

@Fox8124981

Posted in: #Bingbot #Googlebot #Https #SearchEngines #Seo

I currently redirect all non-HTTPS connections to HTTPS, and support TLS v1, TLS v1.1, and TLS v1.2. I reconfigured my testing server to accept only a very limited and secure cipher suite and TLSv1.2 only. Upon running the SSL Labs test I noticed that their compatibility chart showed Bing's and Google's crawlers as not supporting beyond TLSv1.

Is this still accurate? I have not been able to find mention of the bots' protocol support anywhere except on the SSL Labs results page.

Does Googlebot really only support TLS v1?

If I support only TLS v1.2 and Googlebot is unable to connect to my site, what status will Google consider it to be in?

10.04% popularity Vote Up Vote Down


Login to follow query

More posts by @Fox8124981

4 Comments

Sorted by latest first Latest Oldest Best

 

@Harper822

Google's crawl bots do not support TLSv1.2, this is fairly well known and people have ranted about Google's failure to support >TLSv1 for a while now as people have tried to make their website get a 100% score on places like SSLlabs -- which means they then get dropped off Google for unreachability.

TLSv1.2 is substantially different from TLSv1. This is a protocol name, not a software version. Any change in the number, even the dotX component, is a significant deviation. Protocols must not change, if they do, they must get a version change.

10% popularity Vote Up Vote Down


 

@Courtney195

Update: As of Jan 30, 2015, Googlebot supports TLS 1.2 . See Post by Google:


Googlebot now supports TLS version 1.2, in addition to previous
versions: TLS 1.0, TLS 1.1 and SSLv3.



As of September 14th, 2014, the Googlebot does NOT support TLS 1.2. You get notified about 100% inaccessibility and thats it. I am affected by this directly. Using TLS 1.2 SSL enforcement to get on my page.

Here is the proof that Google doesn't like to crawl TLS 1.2 pages as of now:

10% popularity Vote Up Vote Down


 

@Harper822

Google should be able to handle all versions of SSL/TLS.

The best way to see how Google handles something is via Google Webmaster Tools.

Note: You have to have your site setup in Webmaster Tools for this to work. It's something you should consider anyway.


Go to Webmaster Tools
Select your site
Select Crawl
Select Fetch as Google

10% popularity Vote Up Vote Down


 

@Frith620

Please note: The version system of TLS like other products means the 1.X.X is Version 1. The 1.2 is usually reserved for updates, features, maintenance of the Version 1.

I would imagine that Google does have it supported, because they are pretty good at keeping up with the newest standards of security. What I can give proof of is all of the major browsers already support TLS 1.2


Chrome - v30 supports TLS 1.2. Previous to this only up to TLS 1.1 was supported
Firefox - v27 enables TLS 1.1 and 1.2 by default
Internet Explorer - v11 supports TLS 1.2 from Feb 2013
Opera - v17 has added support for TLS 1.2. Versions 10-12 supported TLS 1.1 and 1.2 but disabled it by default, and versions 14-16 supported TLS 1.1 but not 1.2.
Safari - v5 on iOS and v7 on OS X have added support for up to TLS 1.2.


I am going to say yes that Google Bot does support it just like Google Chrome does. I also do say if the browsers are supporting it, I say it is only a few lines of code changed for Google Bot to do support TLS 1.2 also.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme