[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#703932: apt-transport-https not sending a certificate to the server



On 26 March 2013 05:42, Holger Freyther <holger@freyther.de> wrote:
> $ cat /etc/apt/apt.conf.d/trust
> Debug::Acquire::https "true";
>
> Acquire::https::system {
>     Verify-Peer "true";
>     Verify-Host "true";
>
>     CaInfo "/home/ich/cert/ca.crt";
>
>     SslCert "/home/ich/cert/client1.crt";
>     SslKey  "/home/ich/cert/client1.key";
> };
>
>
> $ cat /etc/apt/sources.list.d/system.list
> deb https://system:2335/Debian_6.0/ ./
>
>
> $ aptitude update
> ....
> gnutls_handshake() failed: Handshake failed

Does root have read access all the way to the files in /home/ich/cert?


Reply to: