Questions tagged [gnutls]
34 questions
2
votes
1 answer
gnutls vs openssl with openldap, debian and centos
I have a Debian 6.0.5 server running openldap. It appears to be compiled against gnutls. I used gnutls' certtool to generate a self-signed certificate and I have used it on a few debian client machines to authenticate against the openldap…

OJD
- 21
- 1
- 2
2
votes
2 answers
FTPS using Vsftp woes
I have some problems with Vstpd, and I don't know whether they are related or not.
One problem is that FireFTP can't get past the directory listing phase - it just stucks there forever, no error messages. Filezilla works, however it too sometimes…

Palantir
- 125
- 1
- 10
2
votes
2 answers
Windows client can't connect to vsftpd server
I've a problem about vsftpd server. I've created an vsftpd server with implicit ssl. It works perfectly with filezilla client on ubuntu 10.04, but when I run with filezilla client on windows, it got an error. The error was "GnuTLS error -12: A TLS…

Christoforus Surjoputro
- 141
- 1
- 4
1
vote
0 answers
Apache / GnuTLS error connecting from Apache-Host
We got an Apache webserver which is configured to use SNI with GnuTLS.
Everything works and the server delivers the correct cert to clients.
Except for when connecting directly from the Apache-host.
# curl -v https://example.com
* About to…

Merl
- 111
- 4
1
vote
3 answers
Exim after Thunderbird update: "Could not negotiate a supported cipher suite"
Recently, after I installed updates on my Kubuntu 14.04. system and a new version of thunderbird was installed, I could not send emails any more. It prompts:
Sending of message failed. The message could not be sent because the
connection to SMTP…

yankee
- 177
- 2
- 6
1
vote
0 answers
apache/mod_gnutls ssl certificate based authentication
I'm using apache with gnutls. I've configured both to request authentication from the client.
When providing the certificate it works. But it works also if I provide another that the correct certificate. That means, if I use the one which is signed…

meme
- 43
- 4
1
vote
1 answer
FTPS failing on LIST command with error;
The machine in question is running CentOS 5.7 and vsftpd-2.0.5-21.el5.x86_64.
My client can connect to the server and interact with it normally over standard FTP. It can also connect via FTPS and authenticate properly, but when my client…

noct
- 13
- 2
1
vote
1 answer
Make gnutls-cli print local root certificate as well as server-provided certificates
I'm diagnosing a TLS certificate verification problem in Ubuntu Xenial that resulted from the recent Let's Encrypt root certificate expiration. The problem happens in cURL which uses GnuTLS under the hood -- so I've used gnutls-cli to diagnose it…

ivan_pozdeev
- 352
- 4
- 13
1
vote
2 answers
How do I debug error 'GnuTLS: Handshake Failed (-87) 'No supported cipher suites have been found.' after Ubuntu 20.04 upgrade?
After upgrading a (working) Ubuntu 18.04 webserver to 20.04, I get the following error in the log when making a simple curl request:
[Fri Nov 06 14:46:38.344069 2020] [gnutls:info] [pid xxx] [client ] GnuTLS: Handshake Failed (-87) 'No…

cqcallaw
- 163
- 1
- 8
0
votes
1 answer
Known built-in commands that work differently in Linux vs Mac
when developing Bash scripts, sometimes I'll run it in a Docker container, or on a VM to test it, but the ideal place for me to build out scripts is just on my local MacOS workstation.
When it comes to Bash scripts, this has never been a problem so…

emmdee
- 2,187
- 12
- 36
- 60
0
votes
2 answers
rsyslog TLS on AIX
I am trying to forward logs with rsyslog (8.4.2) on AIX 7.1 and I need to encrypt with TLS. However it seems I need rsyslog-gnutls package. I can't seem to find this package anywhere for AIX. Best I could find is…

CodyK
- 175
- 1
- 9
0
votes
2 answers
gnutls-cli hangs when testing an ssl connection
I'm running the command
gnutls-cli -s facebook.com -p 443 --x509cafile /etc/ssl/certs/ca-certificates.crt -d 999
and the output is
|<2>| p11: loaded provider 'p11-kit-trust'
|<2>| p11: loaded provider 'gnome-keyring'
|<2>| ASSERT:…

JTG
- 111
- 4
0
votes
1 answer
Exim says "The request is invalid" during gnutls_handshake
I have Debian wheezy and setup Exim to listen to port 587, where users can authenticate using TLS. I'm testing it with Thunderbird 31.1.2. When I try to send a message, Thunderbird displays this:
Sending of message failed.
The message could not…

Antonis Christofides
- 2,598
- 2
- 23
- 35
0
votes
1 answer
Can't find gnutls ibrary when executing rpmbuild under non-root
I am trying to build ntgs from the latest source, using the .spec from rpmforge - as non-root via rpmbuild. During the compile, it fails at this step:
checking for GNUTLS... no
configure: error: ntfsprogs crypto code requires the gnutls…

Rilindo
- 5,078
- 5
- 28
- 46
0
votes
2 answers
Ubuntu server 10.10 OpenLDAP 2.4.23 gnutls 2.8.6 keep getting "TLS init def ctx failed: -1"
So I've read about the Debian/Ubuntu distros migrated to gnutls implementation for TLS/SSL. Fine with me, but I've spent the last week trying to configure OpanLDAP with TLS/SSL without success, keep getting stuck at "TLS init def ctx failed: -1"…

tw79
- 31
- 1
- 4