Ubuntu 13.04: não é possível conectar-se a muitos sites (incluindo o github) no Firefox e no Chrome

1

[Eu publiquei o mesmo problema nos fóruns do Ubuntu: link . Eu estou repetindo aqui para ver se consigo encontrar uma resposta aqui.]

Instalei o Ubuntu 13.04 recentemente e descobri que não consigo me conectar a muitos sites, incluindo o Github, usando o Firefox (21.0) e o Chrome (26.0.1410.63). Eu posso visitar todos esses sites no Windows, em todos os navegadores.

O Firefox continua a carregar o site, mas não mostra nenhum conteúdo. O Chrome apresenta um erro depois de um tempo:

Error 7 (net::ERR_TIMED_OUT): The operation timed out.

Alguns sites são carregados parcialmente.

Alguns outros sites com esse problema: bitbucket (funciona no Chrome, mas não no Firefox), e-mail do yahoo, 500px (parcialmente carregado), imagens veiculadas em pcdn.500px.com não são carregadas.

Eu também não consigo clonar (git clone) repositórios github: recebo "error: operation timed out". Eu posso clonar repos bitbucket.

Além disso, notei o seguinte problema "SSL" ao usar "pip" para instalar pacotes Python; os pacotes são instalados. Estou incluindo isso aqui, caso esteja relacionado à questão acima:

$ pip install ipython
Downloading/unpacking ipython
Could not fetch URL https://github.com/ipython/ipython/downloads (from https://pypi.python.org/simple/ipython/): There was a problem confirming the ssl certificate: <urlopen error _ssl.c:489: The handshake operation timed out>
Will skip URL https://github.com/ipython/ipython/downloads when looking for download links for ipython
Downloading ipython-0.13.2.tar.gz (6.0MB): 6.0MB downloaded
Running setup.py egg_info for package ipython

Installing collected packages: ipython
Running setup.py install for ipython

Installing ipcontroller script to /home/phn/.virtualenvs/default2.7/bin
Installing iptest script to /home/phn/.virtualenvs/default2.7/bin
Installing ipcluster script to /home/phn/.virtualenvs/default2.7/bin
Installing ipython script to /home/phn/.virtualenvs/default2.7/bin
Installing pycolor script to /home/phn/.virtualenvs/default2.7/bin
Installing iplogger script to /home/phn/.virtualenvs/default2.7/bin
Installing irunner script to /home/phn/.virtualenvs/default2.7/bin
Installing ipengine script to /home/phn/.virtualenvs/default2.7/bin
Successfully installed ipython
Cleaning up...

Observe que não tenho nenhum desses problemas no Windows.

[Edit: 17 de maio de 2013]

Saída da execução de onda no github:

[phn@phn ~ ]
$ curl -I http://github.com
HTTP/1.1 301 Moved Permanently
Server: GitHub.com
Date: Fri, 17 May 2013 03:33:08 GMT
Content-Type: text/html
Content-Length: 178
Connection: close
Location: https://github.com/
Vary: Accept-Encoding

[phn@phn ~ ]
$ curl -I https://github.com
curl: (35) Unknown SSL protocol error in connection to github.com:443 

Espero que alguém possa me ajudar a consertar isso.

Obrigado,

Prasanth

    
por Prasanth 16.05.2013 / 17:01

0 respostas