[strongSwan] Error exporting PKCS12 file...

2009-03-10 Thread Richard Whittaker
Greetings: I realize this might not be the perfect list for my problem, but figure there are enough experts here to have an idea why I'm having this problem... I'm going through the instructions for setting up Strongswan with Windows at Nate Carlson's page, and I'm trying to export machine

Re: [strongSwan] Error exporting PKCS12 file...

2009-03-10 Thread Andreas Steffen
Hi Richard, unable to load private key means that rw.key is not found. Is the key file really located in the current directory or rather in the demoCA/private/ directory? Andreas Richard Whittaker wrote: Greetings: I realize this might not be the perfect list for my problem, but figure

Re: [strongSwan] Still no suitable connection, was: Start getting stronger...

2009-03-10 Thread Daniel Mentz
I guess I know what the problem is: The client does not have the gateway's public key. Why? Because the client does not have the certificate of the gateway from which he can extract the public key. That is why the client sends a certificate request to the gateway. But the gateway ignores that

Re: [strongSwan] Error exporting PKCS12 file...

2009-03-10 Thread Daniel Mentz
Richard Whittaker wrote: ad...@host:/var/sslca# openssl pkcs12 -export -in rw.pem -inkey rw.key -certfile demoCA/cacert.pem -out rw.p12 unable to load private key Is rw.key in PEM format? Take a look inside rw.key. It should be a text file and look something like -BEGIN RSA PRIVATE

Re: [strongSwan] help debugging pluto segfault

2009-03-10 Thread Andreas Steffen
Hi Gerd, thanks for the patch. I fixed the problem a little more transparently by moving the conditional delete_connection() function call out of delete_states_by_connection(): http://wiki.strongswan.org/changeset/4924 I'm also going to use the uml scenario provided by you for future

Re: [strongSwan] Error exporting PKCS12 file...

2009-03-10 Thread Richard Whittaker
On Tue, March 10, 2009 11:53 am, Daniel Mentz wrote: Richard Whittaker wrote: ad...@host:/var/sslca# openssl pkcs12 -export -in rw.pem -inkey rw.key -certfile demoCA/cacert.pem -out rw.p12 unable to load private key Is rw.key in PEM format? Take a look inside rw.key. It should be a text