I was given an application for my Windows PC for connecting to my office.
I am trying now to connect from my Android (version 4.4) using OpenVPN Connect 1.1.16 (build 74).
After importing the certificate and the Profile, I get the following error:
Code: Select all
OpenVPN core error: crypto_alg: RC2-CBC not found
Code: Select all
dev tun
persist-tun
persist-key
cipher RC2-CBC
auth SHA1
tls-client
client
resolv-retry infinite
remote X.X.X.X 1194 udp
lport 0
verify-x509-name "VPN Server CA" name
auth-user-pass
pkcs12 firewall-udp-1194-nmella.p12
tls-auth firewall-udp-1194-nmella-tls.key 1
ns-cert-type server
comp-lzo
Nicolas