openvpn_flutter icon indicating copy to clipboard operation
openvpn_flutter copied to clipboard

Got unrecognized command>FATAL:Error: private key password verification failed

Open RahimUllahAxlic opened this issue 1 year ago • 2 comments

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 -----BEGIN CERTIFICATE----- certificate -----END CERTIFICATE----- -----BEGIN CERTIFICATE----- certificate -----END CERTIFICATE----- -----BEGIN ENCRYPTED PRIVATE KEY----- encrypted key -----END ENCRYPTED PRIVATE 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?

RahimUllahAxlic avatar Nov 21 '24 05:11 RahimUllahAxlic

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

sodomon2 avatar Feb 14 '25 13:02 sodomon2

The same thing is happening to me and I haven't found the solution

diazvictor avatar Feb 15 '25 16:02 diazvictor