Am Dienstag, 13. Dezember 2005 20:28 schrieb James Yonan:

> You didn't show your config file, and you don't say whether or not you
> are using the management interface for providing the username/password.

Oh, sorry, this is my client config:
----8<----
# grep -v \# /etc/openvpn/foo.conf | grep -v ^$ | grep -v \;
client
dev tap
proto udp
remote example.com 1194
resolv-retry infinite
nobind
user openvpn
group openvpn
persist-key
persist-tun
mute-replay-warnings
ca /etc/openvpn/vpn/ca.crt
cert /etc/openvpn/vpn/till.crt
key /etc/openvpn/vpn/till.key
ns-cert-type server
tls-auth /etc/openvpn/vpn/ta.key 1
comp-lzo
verb 3
log-append /var/log/openvpn.log
mute 3
daemon
----8<----

My certificate is protected by a password. This is the password I have the 
described problem. I provide the password via stdin within a normal console.

Regards,
Till



Reply via email to