Re: PATCH: passwordless TLS openvpn fails to connect with "no VPN secrets"

2010-01-21 Thread Dan Williams
On Wed, 2010-01-20 at 21:26 -0300, Federico Heinz wrote: > On 20/01/2010, Dan Williams wrote: > > On Mon, 2009-12-21 at 02:10 -0300, Federico Heinz wrote: > > > The openVPN plugin for NetworkManager fails to connect to a passwordless > > > TLS > > > server, complaining of "no VPN secrets". This ha

Re: PATCH: passwordless TLS openvpn fails to connect with "no VPN secrets"

2010-01-20 Thread Federico Heinz
On 20/01/2010, Dan Williams wrote: > On Mon, 2009-12-21 at 02:10 -0300, Federico Heinz wrote: > > The openVPN plugin for NetworkManager fails to connect to a passwordless TLS > > server, complaining of "no VPN secrets". This happened because the code > > assumes that only static-key servers use no

Re: PATCH: passwordless TLS openvpn fails to connect with "no VPN secrets"

2010-01-20 Thread Dan Williams
On Mon, 2009-12-21 at 02:10 -0300, Federico Heinz wrote: > The openVPN plugin for NetworkManager fails to connect to a passwordless TLS > server, complaining of "no VPN secrets". This happened because the code > assumes > that only static-key servers use no secrets, which isn't true. Only password

PATCH: passwordless TLS openvpn fails to connect with "no VPN secrets"

2009-12-25 Thread Federico Heinz
The openVPN plugin for NetworkManager fails to connect to a passwordless TLS server, complaining of "no VPN secrets". This happened because the code assumes that only static-key servers use no secrets, which isn't true. Only password and password+TLS require secrets. https://bugs.launchpad.net/ubu