TLS 1.0 connection fails with OpenVPN 3 core #1405
Replies: 7 comments 3 replies
-
Yes. This is indeed something else. The internal OpenSSL error is "interesting". Do you use Certificates from the android keystore? Does switching to the openvpn2 work for you? |
Beta Was this translation helpful? Give feedback.
-
Switching to openvpn2 did not allow the connection to be made, but did provide better log messages:
I've verified that the server is running 2.3.2 (which only supported TLS 1.0), so this looks like the cause. I suspect this isn't something you can (or should) fix in the client, but a log hint might be helpful for other people (there may well be multiple causes for "internal error" though). |
Beta Was this translation helpful? Give feedback.
-
Enabling compat-mode with 2.3.0 should lower the minimum required TLS version back to 1.0 again. Out of curiosity: what old device are you running against that uses OpenVPN from 2013? |
Beta Was this translation helpful? Give feedback.
-
Where do I specify that option, I can't find it? The old device is a Ubiquiti Edgerouter on an older firmware, which will be upgraded shortly. |
Beta Was this translation helpful? Give feedback.
-
basic settings of the VPN |
Beta Was this translation helpful? Give feedback.
-
For openvpn3 core you probably also need to enable TLS security settings insecure under Auth/encryption settings of the app and need 0.7.29 of the app (currently in beta track in play store) |
Beta Was this translation helpful? Give feedback.
-
Upgrading my Android app to 0.7.29 you just released and selecting "OpenVPN 2.3.x and older peers" fixed my issues. Now I'd like to know how to fix my EdgeRouter so it uses a newer TLS. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
General information
Description of the issue
VPN refuses to connect since one of the updates this week. I use tls-auth with a static key, and certificates are SHA256. This does not seem to match with the similar issues which have been opened that come down to weak ciphers or SHA1 certs.
In the app, the log all gets printed one line at a time, making it quite hard to see what's going on, but by sending the logfile I was able to grab this extract which repeats every 2 seconds:
Able to still connect using OpenVPN Connect. If there's any more information I can provide to assist with this, please let me know.
Beta Was this translation helpful? Give feedback.
All reactions