Hi, i build openvpn from source with the following featured disabled SSL,
CRYPTO. I have successfully build openpn without this option but during the
test running the server configuration it gives me error

Options error: Unrecognized option or missing parameter(s) in
config.ovpn:6: client-cert-not-required (2.2.2)

i user the following options.

local xxx.xxx.xxx.xxx
port 800
proto tcp
dev tun

client-cert-not-required
script-security 2
username-as-common-name
plugin /usr/share/openvpn/plugin/lib/openvpn-auth-pam.so /etc/pam.d/login
server 10.10.0.0 255.255.255.0
persist-key
persist-tun


It looks like all options under P2MP and P2MP_SERVER are disable when i
disable SSL, CRYPTO. and for that i can not use client-cert-not-required,
username-as-common-name, server X X, etc.. and cannot run the server. How
do i eneable P2MP and P2MP_SERVER during build?

Reply via email to