Options error: --pull cannot be used with --mode server
Posted: Sat Apr 15, 2023 12:59 am
I have a .ovpn file that's working fine with the GUI. I don't select an external certificate, but I can still connect to the vpn.
However when I try to use the cli, I run
after adding to the config
this gives me
But I have not specified pull as an option anywhere. How can I debug?
However when I try to use the cli, I run
Code: Select all
openvpn --config myconfig.ovpn
Code: Select all
verify-client-cert none
mode server
Code: Select all
Options error: --pull cannot be used with --mode server