[Bug 265065] Re: Subversion 1.5.1 does not work with SSL certificates

Peter Wright p.wright at eoveri.com
Mon Sep 29 16:46:47 BST 2008


Thanks Michael, the package you uploaded works;

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

-- 
Subversion 1.5.1 does not work with SSL certificates
https://bugs.launchpad.net/bugs/265065
You received this bug notification because you are a member of Ubuntu
Backports Testing Team, which is subscribed to Hardy Backports.



More information about the ubuntu-backports mailing list