From: L M <ma...@gm...> - 2005-12-16 13:53:21
|
Hello, I'm having problems connecting as a client to a server using openvpnadmin (on fedora core 3). The problem seems to be the 'ns-cert-type' directive, which is always set to 'client' whatever I do. Here's the generated config: proto udp verb 4 dev tun remote 10.1.18.128 port 1195 persist-key persist-tun cert /root/openvpn/keys/gangan-ww.crt key /root/openvpn/keys/gangan-ww.key cipher BF-CBC ca /root/openvpn/keys/ca.crt tls-client ns-cert-type client It works fine when I comment out the ns-cert-type line. My server doesn't use ns-cert-type (yet). Is there a way to deactivate this setting? Also, if i were using ns-cert-type in my server-certificate, shouldn't that line be set to 'server' in my client-config? (I tried the corresponding checkbox in the certificate tab, but it doesn't seem to change anything..) Regards, Lars Mai |