0

When trying to connect, an error appears:

I'm trying to parse 'path/openvpn.ovpn' as an --option parameter, but I don't see a leading '--' ".

How do fix this?

I tried to upgrade to an older version (I have 2.6 installed) and it didn't help.

My client config:

client
dev tun
proto udp
remote ip port
resolv-retry infinite
nobind
remote-cert-tls server
tls-version-min 1.2
verify-x509-name crypt_j619a9d0-68d3-42x0-8d76-82e6bbe654bf name
cipher AES-256-CBC
auth SHA256
auth-nocache
verb 3
3
  • Can you provide screenshots of the exact error, copy and paste the exact error for us, and properly format the configuration file? You shoud edit your question instead of submitting a comment
    – Ramhound
    Commented Feb 8, 2023 at 23:40
  • Also please add the exact command you use to start the client Commented Feb 9, 2023 at 0:06
  • Thanks for the answers. The problem was solved by running the application as an administrator.
    – GUEYF
    Commented Feb 10, 2023 at 7:20

0

You must log in to answer this question.

Browse other questions tagged .