build openvpn3 and run fail in linux

Weekly dev snapshots are available for testing.
We talk about them here. Testing features in the dev snapshot helps the features make it to stable.

Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech

Forum rules
Please report your experience with testing branch. Include what you were using and how
If there is a problem, the more info the better!
Post Reply
chris122
OpenVpn Newbie
Posts: 1
Joined: Thu Jan 17, 2019 5:53 am

build openvpn3 and run fail in linux

Post by chris122 » Thu Jan 17, 2019 7:30 am

Hi,
I follow the openvpn3 web(https://github.com/OpenVPN/openvpn3) to build and run in linux ubuntu 16.04 x64 server, got Missing External PKI alias error, did I miss anything? the configure file "udp2_client.ovpn" could run by "openvpn udp2_client.ovpn" and connect correctly, thanks.

$ sudo ./cli -a -c yes udp2_client.ovpn route-nopull
CONNECTING...
Thread starting...
connect error: Missing External PKI alias
Thread finished
STATS:

udp2_client.ovpn :
remote abcd.ddns.net
port 30609
dev tun
ifconfig 10.19.0.2 10.19.0.1
secret static.key
comp-lzo
verb 3
redirect-gateway def1
dhcp-option DNS 8.8.4.4
dhcp-option DNS 8.8.8.8

Post Reply