Назад | Перейти на главную страницу

Google Странная проблема

На сервере, работающем последние 8 месяцев, мы обращались к этому URL-адресу: https://dl.google.com/dl/cloudsdk/release/components-2.json через curl. Несколько дней назад он внезапно перестал работать и говорит

  1. Это ошибка. Это все, что мы знаем.

Но самое странное то, что это происходит только на этой единственной машине. Все остальные машины могут получить к нему доступ без проблем. Эта проблемная машина может получить доступ ко всем другим интернет-сайтам, включая google, gmail и т. Д.

Все машины работают под управлением CentOS 6.4.


Это два вывода curl при получении файла json

Это машина, которая терпит неудачу:

# curl -v https://dl.google.com/dl/cloudsdk/release/components-2.json
* About to connect() to dl.google.com port 443 (#0)
*   Trying 4.59.40.88... connected
* Connected to dl.google.com (4.59.40.88) port 443 (#0)
* Initializing NSS with certpath: sql:/etc/pki/nssdb
*   CAfile: /etc/pki/tls/certs/ca-bundle.crt
  CApath: none
* SSL connection using TLS_RSA_WITH_RC4_128_SHA
* Server certificate:
*   subject: CN=*.google.com,O=Google Inc,L=Mountain View,ST=California,C=US
*   start date: Mar 25 14:48:48 2015 GMT
*   expire date: Jun 23 00:00:00 2015 GMT
*   common name: *.google.com
*   issuer: CN=Google Internet Authority G2,O=Google Inc,C=US
> GET /dl/cloudsdk/release/components-2.json HTTP/1.1
> User-Agent: curl/7.19.7 (x86_64-redhat-linux-gnu) libcurl/7.19.7 NSS/3.16.2.3 Basic ECC zlib/1.2.3 libidn/1.18 libssh2/1.4.2
> Host: dl.google.com
> Accept: */*
> 
< HTTP/1.1 404 Not Found
< Content-Length: 1364
< Content-Type: text/html; charset=utf-8
< Server: downloads
< X-Content-Type-Options: nosniff
< X-Frame-Options: SAMEORIGIN
< X-Xss-Protection: 1; mode=block
< Date: Wed, 15 Apr 2015 09:32:31 GMT

Это машина, которая добивается успеха:

# curl -v https://dl.google.com/dl/cloudsdk/release/components-2.json
* About to connect() to dl.google.com port 443 (#0)
*   Trying 74.125.141.136... connected
* Connected to dl.google.com (74.125.141.136) port 443 (#0)
* Initializing NSS with certpath: sql:/etc/pki/nssdb
*   CAfile: /etc/pki/tls/certs/ca-bundle.crt
  CApath: none
* SSL connection using SSL_RSA_WITH_RC4_128_SHA
* Server certificate:
*   subject: CN=*.google.com,O=Google Inc,L=Mountain View,ST=California,C=US
*   start date: Mar 25 15:57:18 2015 GMT
*   expire date: Jun 23 00:00:00 2015 GMT
*   common name: *.google.com
*   issuer: CN=Google Internet Authority G2,O=Google Inc,C=US
> GET /dl/cloudsdk/release/components-2.json HTTP/1.1
> User-Agent: curl/7.19.7 (x86_64-redhat-linux-gnu) libcurl/7.19.7 NSS/3.13.6.0 zlib/1.2.3 libidn/1.18 libssh2/1.4.2
> Host: dl.google.com
> Accept: */*
> 
< HTTP/1.1 200 OK
< Accept-Ranges: bytes
< Content-Length: 48061
< Content-Type: application/json
< Etag: "526ef"
< Expires: Thu, 16 Apr 2015 02:32:38 PDT
< Last-Modified: Thu, 09 Apr 2015 16:52:00 GMT
< Server: downloads
< X-Content-Type-Options: nosniff
< X-Frame-Options: SAMEORIGIN
< X-Xss-Protection: 1; mode=block
< Date: Wed, 15 Apr 2015 09:32:38 GMT
< Alternate-Protocol: 443:quic,p=0.5

Проблема была решена, когда мы изменили публичный IP-адрес с другого IP-блока. Похоже, Google больше не нравился IP.