Core error: crypto_alg: RC2-CBC not found

Official client software for OpenVPN Access Server and OpenVPN Cloud.
Post Reply
nmella
OpenVpn Newbie
Posts: 1
Joined: Fri Dec 25, 2015 5:33 pm

Core error: crypto_alg: RC2-CBC not found

Post by nmella » Fri Dec 25, 2015 5:38 pm

Hi OpenVPN users !

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
Any hint how to solve this ? I search the forums but did not find anything similar. My config file is like this (I replace the IP for x.x.x.x):

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
Any help is appreciated. Thanks !

Nicolas

Post Reply