Code: Select all
dev tun
persist-tun
persist-key
cipher AES-256-CBC
auth RSA-SHA512
tls-client
client
resolv-retry infinite
remote xxx.xxx.xxx.xxx port udp
lport 0
tls-remote "ovpnCert"
pkcs12 cert.p12
tls-auth cert-tls.key 1
ns-cert-type server
comp-lzo adaptive
Code: Select all
EVENT: CORE_ERROR crypto_alg: RSA-SHA512: not found (ERR)
Any help would be highly appreciated.