Client config file help

Official client software for OpenVPN Access Server and OpenVPN Cloud.
Post Reply
jzakaria
OpenVpn Newbie
Posts: 3
Joined: Wed Feb 15, 2023 3:36 pm

Client config file help

Post by jzakaria » Wed Feb 15, 2023 3:40 pm

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,

jzakaria
OpenVpn Newbie
Posts: 3
Joined: Wed Feb 15, 2023 3:36 pm

Re: Client config file help

Post by jzakaria » Thu Feb 16, 2023 9:46 am

Any Idea please ?

jzakaria
OpenVpn Newbie
Posts: 3
Joined: Wed Feb 15, 2023 3:36 pm

Re: Client config file help

Post by jzakaria » Thu Feb 16, 2023 9:52 am

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.

Post Reply