Hi All,
I'm trying to use openvpn on openwrt as a client. My configuration works fine on my gentoo box and I can get the openwrt box to act as an openvpn server but when I try to start openvpn with the client configuration i get the following (verbose is set to 9)
Sat Jan 1 00:11:59 2000 us=262611 OpenVPN 2.0.9 mipsel-linux [SSL] [LZO] [EPOLL] built on Sep 30 2007
Sat Jan 1 00:11:59 2000 us=266091 IMPORTANT: OpenVPN's default port number is now 1194, based on an official port number assignment by IANA. OpenVPN 2.0-beta16 and earlier used 5000 as the default port.
Sat Jan 1 00:11:59 2000 us=268079 WARNING: No server certificate verification method has been enabled. See http://openvpn.net/howto.html#mitm for more info.
Enter Private Key Password:
Sat Jan 1 00:12:00 2000 us=823062 Error parsing PKCS#12 file k5.p12: error:06074079:lib(6):func(116):reason(121): error:23077073:lib(35):func(119):reason(115): error:2306A075:lib(35):func(106):reason(117): error:23076072:lib(35):func(118):reason(114): error:06074079:lib(6):func(116):reason(121): error:23077073:lib(35):func(119):reason(115): error:2306A075:lib(35):func(106):reason(117): error:23076072:lib(35):func(118):reason(114)
Sat Jan 1 00:12:00 2000 us=825590 Error: private key password verification failed
Sat Jan 1 00:12:00 2000 us=827275 Exiting
config is
remote <host>
dev tun
verb 9
nobind
client
pkcs12 k5.p12