Failed to import profile

Official client software for OpenVPN Access Server and OpenVPN Cloud.
Post Reply
hatedabamboo
OpenVpn Newbie
Posts: 1
Joined: Mon Jan 14, 2019 2:18 am

Failed to import profile

Post by hatedabamboo » Mon Jan 14, 2019 2:29 am

Greetings.
Recently i configured server on debian, created and connected win/mac clients and tried to connect android phone (miui10).
However, using same config as everywhere (with inline inclusion of ca, ta etc. files) on Openvpn Connect client tells me that it cannot be imported.
Another client told me that it has unsupported option --proto udp.
How is this even possible? And how can i fix this situation?
Client config looks like this:

config
client
dev tun
proto udp
remote x.x.x.x 1194
tls-client
tls-auth 1
resolv-retry infinite
nobind
persist-key
persist-tun
remote-cert-tls server
cipher AES-256-CBC
comp-lzo
verb 4
<ca></ca>
<cert></cert>
<key></key>
<ta></ta>

Post Reply