Re: Multi-threading, NSS, client certificates and Linux problem

2017-01-25 Thread Kamil Dudka
On Friday, January 20, 2017 16:41:35 Pawel Veselov wrote: > On Fri, Jan 20, 2017 at 3:35 AM, Kamil Dudka wrote: > > On Thursday, January 19, 2017 13:39:44 Pawel Veselov wrote: > >> Things work perfectly fine if I use the database, i.e. no MT problems. > >> Unfortunately, this

Re: Multi-threading, NSS, client certificates and Linux problem

2017-01-20 Thread Pawel Veselov
On Fri, Jan 20, 2017 at 3:35 AM, Kamil Dudka wrote: > On Thursday, January 19, 2017 13:39:44 Pawel Veselov wrote: >> Things work perfectly fine if I use the database, i.e. no MT problems. >> Unfortunately, this is not a workaround to what I'm trying to achieve, >> but it is

Re: Multi-threading, NSS, client certificates and Linux problem

2017-01-20 Thread Kamil Dudka
On Thursday, January 19, 2017 13:39:44 Pawel Veselov wrote: > Things work perfectly fine if I use the database, i.e. no MT problems. > Unfortunately, this is not a workaround to what I'm trying to achieve, > but it is pointing to nss-pem as a culprit, isn't it? Exactly. > Anywhere in particular

Re: Multi-threading, NSS, client certificates and Linux problem

2017-01-19 Thread Pawel Veselov
Hi Kamil. On Thu, Jan 19, 2017 at 4:08 AM, Kamil Dudka wrote: > > On Thursday, January 19, 2017 00:27:57 Pawel Veselov wrote: > > Running strace on the process, I can see NSS accessing the correct PEM > > files, but simply not including the certificate (point #1). I assume

Re: Multi-threading, NSS, client certificates and Linux problem

2017-01-19 Thread Kamil Dudka
On Thursday, January 19, 2017 00:27:57 Pawel Veselov wrote: > Running strace on the process, I can see NSS accessing the correct PEM > files, but simply not including the certificate (point #1). I assume there > are some invalid bits for point #2 (the correct certificate seems to be > included),