[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 Tue, Mar 26, 2013 at 06:24:56AM +0800, Daniel Hartwig wrote:

Good Morning Daniel,


> > gnutls_handshake() failed: Handshake failed
> 
> Does root have read access all the way to the files in /home/ich/cert?


I had checked this with strace (and renaming the files). Below is the
relevant output of strace. I do see the reads for the filedescriptors
too.


17582 open("/home/ich/cert/ca.crt", O_RDONLY|O_LARGEFILE <unfinished ...>
17582 <... open resumed> )              = 6
...
17582 open("/home/ich/cert/client1.key", O_RDONLY|O_LARGEFILE) = 6
...
17582 open("/home/ich/cert/client1.crt", O_RDONLY|O_LARGEFILE) = 6


Reply to: