cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: curl: (52) Empty reply from server

From: Kamil Dudka <kdudka_at_redhat.com>
Date: Mon, 21 May 2012 13:55:06 +0200

On Monday 21 May 2012 06:03:26 Ajay wrote:
> I am using Chrome - 8.0.552.215
> and Mozilla/5.0 (X11; U; Linux i686; en-US;
> in Fedora 14 system

Fedora 14 is EOL, you should consider upgrade:

https://fedoraproject.org/wiki/End_of_life
 
> tvg.com provides information that is possibly valuable if captured real
> time. Is it possible that these people are so smart that they took care of
> some details in their website that the curl function does not work?

With up2date (lib)curl and NSS, I get SSL_ERROR_RX_RECORD_TOO_LONG, which is
the exactly same error I get with Firefox running on top of the same version
of NSS. I doubt this could ever be a curl-related problem.

Kamil

$ curl --version
curl 7.25.0 (x86_64-redhat-linux-gnu) libcurl/7.25.0 NSS/3.13.4.0 zlib/1.2.7 libidn/1.24 libssh2/1.4.1
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp
Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz

$ curl -v https://www.tvg.com
* About to connect() to www.tvg.com port 443 (#0)
* Trying 208.88.35.20...
* connected
* Connected to www.tvg.com (208.88.35.20) port 443 (#0)
* Initializing NSS with certpath: sql:/etc/pki/nssdb
* CAfile: /etc/pki/tls/certs/ca-bundle.crt
  CApath: none
* NSS error -12263 (SSL_ERROR_RX_RECORD_TOO_LONG)
* Closing connection #0
* SSL connect error
curl: (35) SSL connect error
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-users
FAQ: http://curl.haxx.se/docs/faq.html
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2012-05-21