16.04 - curl: (35) gnutls_handshake() failed: Error in the pull function“error: gnutls_handshake() failed” when connecting to https serversUbuntu 16.04 openssl s_client write:errno=104update fails with “gnutls_handshake() failed: Error in the pull function.”How to enable SFTP Support in cURL?I can't add PPA repository behind the proxypycurl.error: (35, 'gnutls_handshake() failed: Handshake failed')A mystic curl error on UbuntuHow to compile curl with SSL support?Ubuntu 16.04 openssl s_client write:errno=104curl: (35) gnutls_handshake() failed: Error in the push functioncurl: (1) Protocol “'smtps” not supported or disabled in libcurl - I've tried the common solutionssend email via curl error “curl: (35) error:1408F10B:SSL routines:ssl3_get_record:wrong version number”CURL. Server certificate verification failed
Why is "Reports" in sentence down without "The"
GPS Rollover on Android Smartphones
Book about a traveler who helps planets in need
declaring a variable twice in IIFE
Why did the Germans forbid the possession of pet pigeons in Rostov-on-Don in 1941?
Why Is Death Allowed In the Matrix?
Draw simple lines in Inkscape
What defenses are there against being summoned by the Gate spell?
Is Social Media Science Fiction?
How is this relation reflexive?
How can the DM most effectively choose 1 out of an odd number of players to be targeted by an attack or effect?
How old can references or sources in a thesis be?
How do I create uniquely male characters?
"which" command doesn't work / path of Safari?
When blogging recipes, how can I support both readers who want the narrative/journey and ones who want the printer-friendly recipe?
How did the USSR manage to innovate in an environment characterized by government censorship and high bureaucracy?
How to type dʒ symbol (IPA) on Mac?
How to add power-LED to my small amplifier?
Why linear maps act like matrix multiplication?
Can a German sentence have two subjects?
I’m planning on buying a laser printer but concerned about the life cycle of toner in the machine
Is there really no realistic way for a skeleton monster to move around without magic?
How is it possible for user to changed after storage was encrypted? (on OS X, Android)
What would happen to a modern skyscraper if it rains micro blackholes?
16.04 - curl: (35) gnutls_handshake() failed: Error in the pull function
“error: gnutls_handshake() failed” when connecting to https serversUbuntu 16.04 openssl s_client write:errno=104update fails with “gnutls_handshake() failed: Error in the pull function.”How to enable SFTP Support in cURL?I can't add PPA repository behind the proxypycurl.error: (35, 'gnutls_handshake() failed: Handshake failed')A mystic curl error on UbuntuHow to compile curl with SSL support?Ubuntu 16.04 openssl s_client write:errno=104curl: (35) gnutls_handshake() failed: Error in the push functioncurl: (1) Protocol “'smtps” not supported or disabled in libcurl - I've tried the common solutionssend email via curl error “curl: (35) error:1408F10B:SSL routines:ssl3_get_record:wrong version number”CURL. Server certificate verification failed
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
When trying to connect to a HTTPS websites, I get this error curl: (35) gnutls_handshake() failed: Error in the pull function..
In detail:
curl -vvv "https://example.tld"
* Rebuilt URL to: https://example.tld/
* Trying 1.2.3.4...
* Connected to example.tld (1.2.3.4) 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 pull function.
* Closing connection 0
curl: (35) gnutls_handshake() failed: Error in the pull function.
This website's TLS configuration seems to be configured correctly.
More information:
$ curl -V
curl 7.47.0 (x86_64-pc-linux-gnu) libcurl/7.47.0 GnuTLS/3.4.10 zlib/1.2.8 libidn/1.32 librtmp/2.3
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp smb smbs smtp smtps telnet tftp
Features: AsynchDNS IDN IPv6 Largefile GSS-API Kerberos SPNEGO NTLM NTLM_WB SSL libz TLS-SRP UnixSockets
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 16.04.4 LTS
Release: 16.04
Codename: xenial
networking openssl curl gnutls
bumped to the homepage by Community♦ 20 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
When trying to connect to a HTTPS websites, I get this error curl: (35) gnutls_handshake() failed: Error in the pull function..
In detail:
curl -vvv "https://example.tld"
* Rebuilt URL to: https://example.tld/
* Trying 1.2.3.4...
* Connected to example.tld (1.2.3.4) 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 pull function.
* Closing connection 0
curl: (35) gnutls_handshake() failed: Error in the pull function.
This website's TLS configuration seems to be configured correctly.
More information:
$ curl -V
curl 7.47.0 (x86_64-pc-linux-gnu) libcurl/7.47.0 GnuTLS/3.4.10 zlib/1.2.8 libidn/1.32 librtmp/2.3
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp smb smbs smtp smtps telnet tftp
Features: AsynchDNS IDN IPv6 Largefile GSS-API Kerberos SPNEGO NTLM NTLM_WB SSL libz TLS-SRP UnixSockets
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 16.04.4 LTS
Release: 16.04
Codename: xenial
networking openssl curl gnutls
bumped to the homepage by Community♦ 20 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
1
Are you in a virtual environment or behind any proxies? related: serverfault.com/q/892880/340066 , askubuntu.com/q/186847/367990 , ...
– Byte Commander
Mar 22 '18 at 10:29
@ByteCommander I have this issue on my VPS.
– To Po
Mar 22 '18 at 12:10
@ByteCommander I think I didn't set up any proxy on that server.
– To Po
Mar 23 '18 at 2:19
@ToPo Is your issue resolved? Can you please help me if you succeeded. Thanks
– Harman
May 7 '18 at 5:15
add a comment |
When trying to connect to a HTTPS websites, I get this error curl: (35) gnutls_handshake() failed: Error in the pull function..
In detail:
curl -vvv "https://example.tld"
* Rebuilt URL to: https://example.tld/
* Trying 1.2.3.4...
* Connected to example.tld (1.2.3.4) 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 pull function.
* Closing connection 0
curl: (35) gnutls_handshake() failed: Error in the pull function.
This website's TLS configuration seems to be configured correctly.
More information:
$ curl -V
curl 7.47.0 (x86_64-pc-linux-gnu) libcurl/7.47.0 GnuTLS/3.4.10 zlib/1.2.8 libidn/1.32 librtmp/2.3
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp smb smbs smtp smtps telnet tftp
Features: AsynchDNS IDN IPv6 Largefile GSS-API Kerberos SPNEGO NTLM NTLM_WB SSL libz TLS-SRP UnixSockets
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 16.04.4 LTS
Release: 16.04
Codename: xenial
networking openssl curl gnutls
When trying to connect to a HTTPS websites, I get this error curl: (35) gnutls_handshake() failed: Error in the pull function..
In detail:
curl -vvv "https://example.tld"
* Rebuilt URL to: https://example.tld/
* Trying 1.2.3.4...
* Connected to example.tld (1.2.3.4) 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 pull function.
* Closing connection 0
curl: (35) gnutls_handshake() failed: Error in the pull function.
This website's TLS configuration seems to be configured correctly.
More information:
$ curl -V
curl 7.47.0 (x86_64-pc-linux-gnu) libcurl/7.47.0 GnuTLS/3.4.10 zlib/1.2.8 libidn/1.32 librtmp/2.3
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp smb smbs smtp smtps telnet tftp
Features: AsynchDNS IDN IPv6 Largefile GSS-API Kerberos SPNEGO NTLM NTLM_WB SSL libz TLS-SRP UnixSockets
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 16.04.4 LTS
Release: 16.04
Codename: xenial
networking openssl curl gnutls
networking openssl curl gnutls
edited Mar 22 '18 at 10:28
Byte Commander
66.4k27181310
66.4k27181310
asked Mar 22 '18 at 10:07
To PoTo Po
2112
2112
bumped to the homepage by Community♦ 20 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 20 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
1
Are you in a virtual environment or behind any proxies? related: serverfault.com/q/892880/340066 , askubuntu.com/q/186847/367990 , ...
– Byte Commander
Mar 22 '18 at 10:29
@ByteCommander I have this issue on my VPS.
– To Po
Mar 22 '18 at 12:10
@ByteCommander I think I didn't set up any proxy on that server.
– To Po
Mar 23 '18 at 2:19
@ToPo Is your issue resolved? Can you please help me if you succeeded. Thanks
– Harman
May 7 '18 at 5:15
add a comment |
1
Are you in a virtual environment or behind any proxies? related: serverfault.com/q/892880/340066 , askubuntu.com/q/186847/367990 , ...
– Byte Commander
Mar 22 '18 at 10:29
@ByteCommander I have this issue on my VPS.
– To Po
Mar 22 '18 at 12:10
@ByteCommander I think I didn't set up any proxy on that server.
– To Po
Mar 23 '18 at 2:19
@ToPo Is your issue resolved? Can you please help me if you succeeded. Thanks
– Harman
May 7 '18 at 5:15
1
1
Are you in a virtual environment or behind any proxies? related: serverfault.com/q/892880/340066 , askubuntu.com/q/186847/367990 , ...
– Byte Commander
Mar 22 '18 at 10:29
Are you in a virtual environment or behind any proxies? related: serverfault.com/q/892880/340066 , askubuntu.com/q/186847/367990 , ...
– Byte Commander
Mar 22 '18 at 10:29
@ByteCommander I have this issue on my VPS.
– To Po
Mar 22 '18 at 12:10
@ByteCommander I have this issue on my VPS.
– To Po
Mar 22 '18 at 12:10
@ByteCommander I think I didn't set up any proxy on that server.
– To Po
Mar 23 '18 at 2:19
@ByteCommander I think I didn't set up any proxy on that server.
– To Po
Mar 23 '18 at 2:19
@ToPo Is your issue resolved? Can you please help me if you succeeded. Thanks
– Harman
May 7 '18 at 5:15
@ToPo Is your issue resolved? Can you please help me if you succeeded. Thanks
– Harman
May 7 '18 at 5:15
add a comment |
1 Answer
1
active
oldest
votes
I got that exact message when I was trying to access the stats page of a https://mmonit.com/monit/ installation over https, while not having white listed my client IP to monit's configuration file.
Your question does not relate to monit of course, but maybe there is something blocking the request in the same way (e.g a firewall), thus the ssl handshake doesn't go through.
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1018198%2f16-04-curl-35-gnutls-handshake-failed-error-in-the-pull-function%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I got that exact message when I was trying to access the stats page of a https://mmonit.com/monit/ installation over https, while not having white listed my client IP to monit's configuration file.
Your question does not relate to monit of course, but maybe there is something blocking the request in the same way (e.g a firewall), thus the ssl handshake doesn't go through.
add a comment |
I got that exact message when I was trying to access the stats page of a https://mmonit.com/monit/ installation over https, while not having white listed my client IP to monit's configuration file.
Your question does not relate to monit of course, but maybe there is something blocking the request in the same way (e.g a firewall), thus the ssl handshake doesn't go through.
add a comment |
I got that exact message when I was trying to access the stats page of a https://mmonit.com/monit/ installation over https, while not having white listed my client IP to monit's configuration file.
Your question does not relate to monit of course, but maybe there is something blocking the request in the same way (e.g a firewall), thus the ssl handshake doesn't go through.
I got that exact message when I was trying to access the stats page of a https://mmonit.com/monit/ installation over https, while not having white listed my client IP to monit's configuration file.
Your question does not relate to monit of course, but maybe there is something blocking the request in the same way (e.g a firewall), thus the ssl handshake doesn't go through.
answered May 29 '18 at 12:44
cherouvimcherouvim
1537
1537
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1018198%2f16-04-curl-35-gnutls-handshake-failed-error-in-the-pull-function%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
Are you in a virtual environment or behind any proxies? related: serverfault.com/q/892880/340066 , askubuntu.com/q/186847/367990 , ...
– Byte Commander
Mar 22 '18 at 10:29
@ByteCommander I have this issue on my VPS.
– To Po
Mar 22 '18 at 12:10
@ByteCommander I think I didn't set up any proxy on that server.
– To Po
Mar 23 '18 at 2:19
@ToPo Is your issue resolved? Can you please help me if you succeeded. Thanks
– Harman
May 7 '18 at 5:15