Import openvpn config

I try to use proitunl client v1.3.4466.51

Import opvnvpn config file,then check log,client log show

ParseError: Importer: Json parse error

So this mean pritunal can’t load in openvpn config file ?

Or i can change config file to json style

If it’s a configuration not from a Pritunl server remove any comment lines starting with # from the file.

I check my config,no comment line,like this

client
dev tun
proto udp
remote xxx.xxx.xxx.xxx 1194
resolv-retry infinite
nobind
persist-tun
remote-cert-tls server
cipher AES-256-GCM
verb 3
comp-lzo no

-----BEGIN CERTIFICATE-----
key
-----END CERTIFICATE-----

-----BEGIN CERTIFICATE-----
key
-----END CERTIFICATE-----

-----BEGIN PRIVATE KEY-----
key
-----END PRIVATE KEY-----

key-direction 1

This has been fixed in the repository and will be included in the next release.

OK.Can i download beta or day build for test.Thank you

This required changes to the GUI client code, there isn’t any easy way to update this from the repository data. The testing packages aren’t published anywhere until the full release is on the repository.

clear,thank you.