Got unrecognized command>FATAL:Error: private key password verification failed
i am using openvpn_flutter but i have error of FATAL:Error: private key password verification failed.
String get config => """
client
dev tun
proto udp
remote <server_address> <server_port>
resolv-retry infinite
nobind
persist-key
persist-tun
remote-cert-tls server
cipher AES-256-CBC
comp-lzo
verb 3
ca ca.crt
cert client.crt
key client.key
2048 bit OpenVPN static key
-----BEGIN OpenVPN Static key V1----- key -----END OpenVPN Static key V1----- """; where can i pass passphraise in this config?
I am having the same problem, I have not found any solution, maybe it is an incompatibility of openvpn_library?
it happens with this library and with nizvpn
The same thing is happening to me and I haven't found the solution