I've found a solution that works with libneon27-gnutls. The problem
appears to be that it does not correctly handle having the CA
certificates in the .p12

To extract the PEMs from your current p12:
  openssl pkcs12 -in CURRENT.p12 -nodes -nocerts > private.key.pem
  openssl pkcs12 -in CURRENT.p12 -nodes -nokeys > public.key.pem

Then in public.key.pem I deleted all which weren't my certificate, then
I repackaged it with:
  openssl pkcs12  -export -inkey private.key.pem -in public.key.pem -out
NEW.p12

So it seems the problem is in either with the input that's being passed
to gnutls or with gnutls itself.





-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to