Page 1 of 1

Failed to import profile

Posted: Mon Jan 14, 2019 2:29 am
by hatedabamboo
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>