below you can find my config file which I wanted to use with version 1.2.5 build1.
The config is working fine on Android or Windows devices/clients but not with OpenVPN Connect on an IOS device.
Please can you let me know what's wrong here?
Error: crypto_alg: RSA-SHA512: not found
Even switching to SHA256 or SHA1 did not the magic...
Code: Select all
client
dev tun
proto tcp-client
remote abc.com 1195
float
ncp-ciphers AES-128-GCM:AES-256-GCM:AES-128-CBC:AES-256-CBC
auth RSA-SHA512
compress lz4
keepalive 15 60
auth-user-pass
remote-cert-tls server
<ca>
-----BEGIN CERTIFICATE-----
xxx
-----END CERTIFICATE-----
</ca>
<cert>
-----BEGIN CERTIFICATE-----
xxx
-----END CERTIFICATE-----
</cert>
<key>
-----BEGIN ENCRYPTED PRIVATE KEY-----
xxx
-----END ENCRYPTED PRIVATE KEY-----
</key>
<tls-crypt>
-----BEGIN OpenVPN Static key V1-----
xxx
-----END OpenVPN Static key V1-----
</tls-crypt>
resolv-retry infinite
nobind