[Bug 1960268] Re: SSL handshake failed - VPN SSL broken in 22.04

2022-05-16 Thread Sebastien Bacher
the update on https://launchpad.net/ubuntu/+source/wpa/2:2.10-6ubuntu1 which allows legacy renegociation by default might fix some of the issues reported on this bug -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1960268] Re: SSL handshake failed - VPN SSL broken in 22.04

2022-05-15 Thread Tim Blackmore
Same issue: PanGPLinux-5.3.2-c3 broke after upgrade to Ubuntu 22.04 above solution from Fernando worked for me. thanks @fru1z and @kelly-schoenhofen -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1960268] Re: SSL handshake failed - VPN SSL broken in 22.04

2022-05-02 Thread Fernando Ruiz
I use this version: PanGPLinux-5.3.2-c3 To make it work for me in this version, I modified the configuration file: /usr/lib/ssl/openssl.cnf and comment the following section: - # [openssl_init] # providers = provider_sect

[Bug 1960268] Re: SSL handshake failed - VPN SSL broken in 22.04

2022-04-25 Thread Kelly Schoenhofen
I upgraded 21.10 to 22.04 and openssl 3 "broke" globalprotect 6.0.0.44. I was able to follow suoko's solution as-is until step #5, it would never return a value, I couldn't successfully finish authenticating. I installed gpclient and had the same issue (authentication error), ultimately I went

[Bug 1960268] Re: SSL handshake failed - VPN SSL broken in 22.04

2022-04-22 Thread Antonio GutiƩrrez Mayoral
The solution given by @suoko works fine. Thank you so much! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1960268 Title: SSL handshake failed - VPN SSL broken in 22.04 To manage

[Bug 1960268] Re: SSL handshake failed - VPN SSL broken in 22.04

2022-04-22 Thread suoko
The gpclient GUI works too. OPENSSL_CONF=~/ssl.conf gpclient Enter a valid gateway URL instead of the portal URL -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1960268 Title: SSL handshake failed -

Re: [Bug 1960268] Re: SSL handshake failed - VPN SSL broken in 22.04

2022-04-22 Thread Simon Chopin
Actually, it *is* an issue with the VPN provider. The OpenSSL developers have made a deliberate decision not to enable unsecure renegotiation anymore, see this commit for more details: https://github.com/openssl/openssl/commit/72d2670bd21becfa6a64bb03fa55ad82d6d0c0f3 Note that this change is

[Bug 1960268] Re: SSL handshake failed - VPN SSL broken in 22.04

2022-04-22 Thread Michaƫl Arnauts
I'm seeing the same issue since upgrading to 22.04. Running it trough the command line as indicated above works fine, so it's probably not an issue with the VPN provider. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1960268] Re: SSL handshake failed - VPN SSL broken in 22.04

2022-04-21 Thread suoko
I find this solution: 0) sudo apt install python3-gi gir1.2-gtk-3.0 gir1.2-webkit2-4.0 && pip3 install https://github.com/dlenski/gp-saml-gui/archive/master.zip 1) Create ~/ssl.conf openssl_conf = openssl_init [openssl_init] ssl_conf = ssl_sect [ssl_sect] system_default =

[Bug 1960268] Re: SSL handshake failed - VPN SSL broken in 22.04

2022-04-21 Thread Simon Chopin
@suoko please contact your VPN provider, as their client might not be compatible with OpenSSL 3.0. There isn't much we can do on our end. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1960268 Title:

[Bug 1960268] Re: SSL handshake failed - VPN SSL broken in 22.04

2022-04-21 Thread Simon Chopin
@tallagrand, the certificate looks correct. I think your issue might be with the smartcard support, so either in opensc or openvpn. Either way, could you open a new issue? This is not the same problem as OP. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1960268] Re: SSL handshake failed - VPN SSL broken in 22.04

2022-04-20 Thread tallagrand
sorry for the delay openssl x509 -in olps.crt -text | grep -i algorithm Signature Algorithm: sha256WithRSAEncryption Public Key Algorithm: rsaEncryption Signature Algorithm: sha256WithRSAEncryption -- You received this bug notification because you are a member of Ubuntu

Re: [Bug 1960268] Re: SSL handshake failed - VPN SSL broken in 22.04

2022-04-14 Thread Simon Chopin
Hi! Could you run the follwoing command on your server certificate? openssl x509 -in $SERVER_CRT -text | grep -i algorithm With the new OpenSSL version, older certificates with SHA1 digests are now invalid by default. -- You received this bug notification because you are a member of Ubuntu

[Bug 1960268] Re: SSL handshake failed - VPN SSL broken in 22.04

2022-04-14 Thread tallagrand
we use gnome not kde ii gnome-desktop3-data42.0-1ubuntu1 all Common files for GNOME desktop apps -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1960268 Title: SSL

[Bug 1960268] Re: SSL handshake failed - VPN SSL broken in 22.04

2022-04-13 Thread tallagrand
uname -a Linux yd-vmc54aadcd 5.15.0-25-generic #25-Ubuntu SMP Wed Mar 30 15:54:22 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux dpkg -l | grep safenet ii safenetauthenticationclient-core 10.7.77-1ubuntu1 amd64SAC PKCS#11 middleware -- You received

[Bug 1960268] Re: SSL handshake failed - VPN SSL broken in 22.04

2022-04-13 Thread tallagrand
we have quite the same problem in 22.04 we use openvpn client with PKI Apr 13 16:51:56 openvpn[12898]: PKCS#11: pkcs11_terminate - entered Apr 13 16:51:56 openvpn[12898]: PKCS#11: pkcs11h_terminate entry Apr 13 16:51:56 openvpn[12898]: PKCS#11: Terminating openssl Apr 13 16:51:56 openvpn[12898]:

[Bug 1960268] Re: SSL handshake failed - VPN SSL broken in 22.04

2022-04-09 Thread suoko
Now with latest update to x86_64-linux-gnu/libQt5Network.so.5.15.3 there's no hack available anymore -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1960268 Title: SSL handshake failed - VPN SSL

[Bug 1960268] Re: SSL handshake failed - VPN SSL broken in 22.04

2022-04-08 Thread suoko
Global Protect VPN is a VPN client (like openvpn) which connects your desktop to a VPN. After you're connected you can acccess some remote PCs via rdp, and I used to use remmina to do that -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1960268] Re: SSL handshake failed - VPN SSL broken in 22.04

2022-03-23 Thread Simon Chopin
I'm sorry, I still don't understand. Is Global Protect VPN a piece of software that runs on your Ubuntu install? Do you use Remmina on top of that, or is it a potential replacement? Which application is the one emitting the handshake error? ** Changed in: openssl (Ubuntu) Status: New =>

[Bug 1960268] Re: SSL handshake failed - VPN SSL broken in 22.04

2022-03-22 Thread suoko
Clarify??? I claerly mention global protect VPN, it's a closed software from Palo alto, and it doesn't work. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1960268 Title: SSL handshake failed - VPN

[Bug 1960268] Re: SSL handshake failed - VPN SSL broken in 22.04

2022-03-21 Thread Simon Chopin
Could you clarify what exactly you are trying to achieve? You mention both a VPN and the RDP protocol. Knowing exactly which software you're using could help us track down some more logs to know more about the failure. Without more information there isn't much we can do. -- You received this bug

[Bug 1960268] Re: SSL handshake failed - VPN SSL broken in 22.04

2022-03-21 Thread suoko
@simon unfortunately the but is still there -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1960268 Title: SSL handshake failed - VPN SSL broken in 22.04 To manage notifications about this bug go

[Bug 1960268] Re: SSL handshake failed - VPN SSL broken in 22.04

2022-03-10 Thread Simon Chopin
@suoko: could you retry with the current version from jammy (22.04)? The Qt packages have been updated a couple of weeks ago with better OpenSSL 3 support, which hopefully fixes your issue? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1960268] Re: SSL handshake failed - VPN SSL broken in 22.04

2022-02-11 Thread suoko
Remmina appimage works correctly, so a workaround is available -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1960268 Title: SSL handshake failed - VPN SSL broken in 22.04 To manage notifications

[Bug 1960268] Re: SSL handshake failed - VPN SSL broken in 22.04

2022-02-11 Thread suoko
The solution here https://bugs.launchpad.net/ubuntu/+source/qtbase- opensource-src/+bug/1952977 solves the problem https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource- src/+bug/1952977/+attachment/5544787/+files/libqt5network5_5.15.2+dfsg-13_amd64.deb

[Bug 1960268] Re: SSL handshake failed - VPN SSL broken in 22.04

2022-02-08 Thread suoko
apport information ** Tags added: jammy ** Description changed: I'm trying to connect with global protect VPN but fails at login with: SSL handshake failed Failed to load URL https://... QtNetwork Error 6 Another VPN client does work but the rdp connection to a remote server

[Bug 1960268] Re: SSL handshake failed - VPN SSL broken in 22.04

2022-02-08 Thread suoko
apport information ** Package changed: qtwebkit-opensource-src (Ubuntu) => openssl (Ubuntu) ** Tags added: apport-collected impish wayland-session ** Description changed: I'm trying to connect with global protect VPN but fails at login with: SSL handshake failed Failed to load URL

[Bug 1960268] Re: SSL handshake failed - VPN SSL broken in 22.04

2022-02-08 Thread suoko
** Package changed: ubuntu => qtwebkit-opensource-src (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1960268 Title: SSL handshake failed - VPN SSL broken in 22.04 To manage notifications

[Bug 1960268] Re: SSL handshake failed - VPN SSL broken in 22.04

2022-02-08 Thread suoko
I see 22.04 has openssl3, maybe that's the culprit ? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1960268 Title: SSL handshake failed - VPN SSL broken in 22.04 To manage notifications about this

[Bug 1960268] Re: SSL handshake failed - VPN SSL broken in 22.04

2022-02-07 Thread suoko
It's not related to a package cause it seems a generic SSL problem which was not occurring before upgrading to 22.04. I suspect something is broken in QT -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1960268] Re: SSL handshake failed - VPN SSL broken in 22.04

2022-02-07 Thread Ubuntu Foundations Team Bug Bot
Thank you for taking the time to report this bug and helping to make Ubuntu better. It seems that your bug report is not filed about a specific source package though, rather it is just filed against Ubuntu in general. It is important that bug reports be filed about source packages so that people