cURL não funciona no modo verboso

0

Eu instalei o curl em uma nova instalação do ubuntu com o apt-get e ele se comporta muito estranho.

Quando faço

    curl http://www.google.co.uk

tudo funciona bem, mas quando eu faço

    curl -v http://www.google.co.uk

falha com um erro de tempo limite de conexão:

    * About to connect() to www.google.co.uk port 80 (#0)
    * Connection time-out
    * Closing connection #0
    curl: (28) Connection time-out

curl -V mostra:

    curl 7.21.3 (x86_64-pc-linux-gnu) libcurl/7.21.3 OpenSSL/0.9.8o
    zlib/1.2.3.4 libidn/1.18
    Protocols: dict file ftp ftps gopher http https imap imaps ldap
    ldaps pop3 pop3s rtsp smtp smtps telnet tftp 
    Features: GSS-Negotiate IDN IPv6 Largefile NTLM SSL libz

Alguma pista?

    
por studiohack 12.10.2011 / 12:22

0 respostas

Tags