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 the 
route of degrading openssl 3 system wide, enabling UnsafeLegacyRenegotiation 
via system's openssl.cnf, e.g.: 

sudo pico /usr/lib/ssl/openssl.cnf

[openssl_init]
+ssl_conf = ssl_sect

# add the following right beneath it:
[ssl_sect]
system_default = system_default_sect

[system_default_sect]
Options = UnsafeLegacyRenegotiation

And a reboot later globalprotect is working again. I assume the real fix
is for paloalto to address this in new release of globalprotect.

-- 
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 to:
https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/1960268/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to