Closed JoshuaJakowlew closed 1 year ago
Can you extract the <cert>
and <ca>
fragments from your config and run it through an openssl
command?
$ openssl x509 -noout -text -in cert.pem
$ openssl x509 -noout -text -in ca.pem
Please share the output of them. You may obfuscate the Subject
, Issuer
and similar lines having a "DN" reference. But everything else must be intact.
I think it is the remote server certificate the client complains about
Closing due to no activity or responses.
Hello, I'm using openvpn3 client with linux. I have .ovpn file and can't connect to server. The same config file works with OpenVPN connect on my Windows laptop and Android phone.
After providing credentials
openvpn3 session-start --config ~/Documents/client.ovpn
just hangs.openvpn3 log --log-level 6 --config ~/Documents/client.ovpn
gives me the following message:As far as I understand, there are some troubles with certificate verification. But the same config file works flawlessly on other machines.
I tried these openvpn3, openvpn3-git, but nothing changes.
This config file worked for me on this linux machine about half a year ago, so, I assume, this problem may be related to some updates of openvpn3 client.