-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cannot connect to vpn server hosted by cisco vpn with error message "tls fatal alert has been received" #66
Comments
Your server only supports TLSv1 with ancient and insecure 3DES cipher. (The IP address was easily visible in the original screenshot and you can use https://github.com/drwetter/testssl.sh to test it.)
It's basically an accident that some older versions of OpenConnect support these servers, if built with the right GnuTLS or OpenSSL library. I very recently added explicit support for these ancient servers with insecure crypto in OpenConnect !114. In order to reliably support these in ics-openconnect, we'll need to update to a very version of libopenconnect5 (and add an "Allow insecure crypto" checkbox in the config). I'll probably get to it eventually, but don't hold your breath… building and testing the Android client is kind of a pain. 🤕 |
@dlenski thanks for your response and ssl query :-D. Actually, when I used another mobile that connects that server successfully before, I also get a failed result. That is confusing me and confirm with the VPN maintainer if there has changed recently, the answer is not. :-( |
No released version of the Android app will reliably support these ancient servers. These servers require specific support in the OpenConnect library that wasn't added until long after the Android app was developed. You'd need to rebuild from source to test, and enable the "insecure crypto" flag in the library.
Traffic through this VPN should generally not be considered secure because of the ancient cryptographic algorithms that it uses. |
Android 10, Openconnect 1.15 for Android.
Log show in the screenshot. Any idea how to resove? I can use openconnect PC client (openconnect gui VPN client) 1.5.3 (32bit) to connect.
The text was updated successfully, but these errors were encountered: