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,
Client config file help
-
- OpenVpn Newbie
- Posts: 3
- Joined: Wed Feb 15, 2023 3:36 pm
Re: Client config file help
Any Idea please ?
-
- OpenVpn Newbie
- Posts: 3
- Joined: Wed Feb 15, 2023 3:36 pm
Re: Client config file help
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.
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.