curl / Mailing Lists / curl-users / Single Mail

curl-users

gnutls_handshake() failed

From: bruce <badouglas_at_gmail.com>
Date: Mon, 13 Aug 2018 16:49:19 -0400

Hi.

Running test curl from cmdline on ubuntu system.

The following gives a
   gnutls_handshake() failed err

Any idea what I can check/correct/replace to resolve??

The test cmd:

curl -vvv -A 'Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101
Firefox/52.0' --cookie-jar
/crawl_tmp/a7e3e9f0-9f15-11e8-bc47-2ee53d3855da.lwp --cookie
/crawl_tmp/a7e3e9f0-9f15-11e8-bc47-2ee53d3855da.lwp -H 'Content-Type:
application/x-www-form-urlencoded' --compressed --keepalive -L
'https://www.bkstr.com/'
* Trying 23.193.184.69...
* Connected to www.bkstr.com (23.193.184.69) port 443 (#0)
* found 148 certificates in /etc/ssl/certs/ca-certificates.crt
* found 592 certificates in /etc/ssl/certs
* ALPN, offering http/1.1
* gnutls_handshake() failed: The TLS connection was non-properly terminated.
* Closing connection 0
curl: (35) gnutls_handshake() failed: The TLS connection was
non-properly terminated.
crawl_user_at_ubuntu-512mb-nyc1-dec-25-2017-512mb-nyc1-02:/$ curl -vvv
-A 'Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101
Firefox/52.0' -L 'https://www.yahoo.com/'
* Trying 98.138.219.232...
* Connected to www.yahoo.com (98.138.219.232) port 443 (#0)
* found 148 certificates in /etc/ssl/certs/ca-certificates.crt
* found 592 certificates in /etc/ssl/certs
* ALPN, offering http/1.1
* gnutls_handshake() failed: Error in the push function.
* Closing connection 0
curl: (35) gnutls_handshake() failed: Error in the push function.

Thanks for any comments/thoughts...
-----------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-users
Etiquette: https://curl.haxx.se/mail/etiquette.html
Received on 2018-08-13