I'm running FreeBSD 9.2 and out of the blue yesterday curl requests stopped working. On further debugging it is timing out on whatever website I try.
Running curl verbosely from SSH just hangs after outputting ...
which would seem to me that the information is sent out but nothing is received.
Any help appreciated.
Running curl verbosely from SSH just hangs after outputting ...
Code:
curl --verbose --negotiate -u : http://www.wgt.com/members/mwh65/default.aspx
* Hostname was NOT found in DNS cache
* Adding handle: conn: 0x288be100
* Adding handle: send: 0
* Adding handle: recv: 0
* Curl_addHandleToPipeline: length: 1
* - Conn 0 (0x288be100) send_pipe: 1, recv_pipe: 0
which would seem to me that the information is sent out but nothing is received.
Any help appreciated.