Page 1 of 1

Client config file help

Posted: Wed Feb 15, 2023 3:40 pm
by jzakaria
Hi guys,

i'm not used to configure open vpn (i'm from the windows world)

I need to configure a client to connecte to a SSL vpn withour certificate just with credentials

i'm using forticlient in windows and does not tell me any certificate configuration, but in open vpn it says that its mandatory

could you give me a sample of this type of client configuration please

Regards,

Re: Client config file help

Posted: Thu Feb 16, 2023 9:46 am
by jzakaria
Any Idea please ?

Re: Client config file help

Posted: Thu Feb 16, 2023 9:52 am
by jzakaria
Hi

my client conf is this/

[oconf=]client
dev tun
proto udp
persist-key
persist-tun
tls-client
remote-cert-tls server
verb 3
auth SHA256
remote [remote server] [port]
cipher AES-256-GCM
verify-client-cert none
username-as-common-name
auth-user-pass

and i have this error

Options error: --verify-client-cert requires --mode server
Use --help for more information.