Questions tagged [gnutls]

GnuTLS is a secure communications library implementing the SSL, TLS and DTLS protocols and technologies around them. It provides a simple C language application programming interface (API) to access the secure communications protocols as well as APIs to parse and write X.509, PKCS #12, OpenPGP and other required structures.

GnuTLS is a secure communications library implementing the SSL, TLS and DTLS protocols and technologies around them. It provides a simple C language application programming interface (API) to access the secure communications protocols as well as APIs to parse and write X.509, PKCS #12, OpenPGP and other required structures. It is aimed to be portable and efficient with focus on security and interoperability.

151 questions
4
votes
4 answers

curl: (35) gnutls_handshake() failed: Public key signature verification has failed

I have an issue, when Im doing curl request or git push, that show me curl: (35) gnutls_handshake() failed: Public key signature verification has failed. curl --version curl 7.50.1 (x86_64-pc-linux-gnu) libcurl/7.50.1 GnuTLS/3.5.3 zlib/1.2.8…
mov eax
  • 51
  • 1
  • 1
  • 2
4
votes
0 answers

Failed to re-build pycurl with OpenSSL

I'm trying to rebuild pycurl with OpenSSL because of this bug. I use this example: sudo apt-get install build-essential fakeroot dpkg-dev mkdir ~/python-pycurl-openssl cd ~/python-pycurl-openssl sudo apt-get source python-pycurl sudo apt-get…
Valeria
  • 95
  • 6
4
votes
2 answers

Is the SSL now obsolete?

I begin learn the information protection and start from OpenSSL. But I read on the Wikipedia that SSL have trouble with security that still not solved and anyone must use TLS instead. Is it true? Is it mean that SSL now obsolete? (because there…
AeroSun
  • 2,401
  • 2
  • 23
  • 46
3
votes
4 answers

gnutls_handshake() failed (The TLS connection was non-properly terminated) while getting Fuchsia?

I was trying to get the Google Fuchsia source code, but I keep running into a bunch of these errors: ERROR: 'git fetch -p origin' failed: stdout: stderr: fatal: unable to access…
wermos
  • 123
  • 1
  • 4
  • 9
3
votes
0 answers

How to fix curl 56 GnuTLS recv error (-110): The TLS connection was non-properly terminated

Same question as git error:RPC failed,curl 56 GnuTLS recv error (-110), and "error: RPC failed; curl 56 GnuTLS recv error (-110): The TLS connection was non-properly terminated", in which Hovo Asatryan has commented "it doesn’t solve the problem, I…
xpt
  • 20,363
  • 37
  • 127
  • 216
3
votes
0 answers

taskserver: client connection handshake failed

Issue client$ task sync Syncing with .localdomain:53589 Handshake failed. The TLS connection was non-properly terminated. Sync failed. Could not connect to the Taskserver TL;DR I'm pretty sure this isn't an issue with certificates, but…
3
votes
1 answer

Github unable to access... gnutls_handshake() failed:Close notify

When attempting to git clone any repository I get this error fatal: unable to access : gnutls_handshake() failed: Close notify Just incase it helps I am on a Raspberry Pi Zero. Git version: 2.1.4 libgnutls-deb0 version 3.3.8-6+deb9…
J03L
  • 314
  • 3
  • 17
3
votes
2 answers

Shared library using static gnutls library has text relocations

Problem: I need to port gnutls to Android to be used in a shared library (say library A) I'm using in my Android application. What I've tried: I've modified the make file for openconnect to generate a .a static library file for gnutls and its…
Nonos
  • 2,450
  • 2
  • 23
  • 34
3
votes
0 answers

Is there a cross-platform C/C++ equivalent to CertGetCertificateChain()?

I'm attempting to programmatically build and validate a certificate chain based on an in-memory X509 certificate object (received over a network connection), and a filesystem directory containing trusted root certificates. I'm familiar with how to…
anro
  • 195
  • 9
3
votes
0 answers

gnutls_handshake error at crawling https pages

I want to crawl some https pages with php curl. PHP throws the following error: gnutls_handshake() failed: A TLS fatal alert has been received. My php is self compiled with the following parameters: --with-curl --with-openssl. I've also set the…
David
  • 4,027
  • 10
  • 50
  • 102
3
votes
1 answer

undefined reference to 'gnutls_...' functions

So for an assignment I need to use GnuTLS. I have downloaded gnutls by following this guide http://www.bauer-power.net/2014/06/how-to-install-gnutls-3123-from-source.html However, using any of the gnutls functions, similar to how they are used in…
buh
  • 375
  • 5
  • 18
3
votes
0 answers

What is: Fatal error: Uncaught CurlException: 52: GnuTLS recv error (-12): A TLS fatal alert has been received. - in Facebook PHP SDK

I'm developing a Facebook canvas application and sometimes (3 times in one week) I get this error (to be honest, this time it's a user getting the error): Fatal error: Uncaught CurlException: 52: GnuTLS recv error (-12): A TLS fatal alert has been…
Martin Fejes
  • 677
  • 12
  • 20
3
votes
1 answer

git clone: fatal: gnutls_handshake() failed

recently, trying to clone a git repo from my debian(jessie) box, i'm facing this: fatal: unable to access 'https://github.com/foo/bar/': gnutls_handshake() failed: A TLS packet with unexpected length was received. as mentioned by ubuntu folks i…
pajooh
  • 1,916
  • 2
  • 18
  • 17
3
votes
2 answers

Cross-compiling gmp with mingw-w64: inlining and multiple defintions

I'm trying to cross-compile VLC (from linux to windows) with gnutls support which in turn uses libgmp. I get linking errors for multiple definitions for symbols in libgmp (___gmpz_abs), for example, among countless others). I have in turn traced…
Jeremy Salwen
  • 8,061
  • 5
  • 50
  • 73
2
votes
0 answers

Access TLS certificate distinguished name in rsyslog conf

I have the following rsyslog config file 10-custom.conf in which I want to have access to the distinguished name (CN, OU, L etc.) of the TLS client certificate that is used to establish the connection to…
dmuensterer
  • 1,875
  • 11
  • 26
1
2
3
10 11