vlaci / openconnect-sso

Wrapper script for OpenConnect supporting Azure AD (SAMLv2) authentication to Cisco SSL-VPNs
GNU General Public License v3.0
280 stars 119 forks source link

Server certificate verify failed: signer not found #48

Closed marcelopm closed 3 years ago

marcelopm commented 3 years ago

I've had been using openconnect-sso for connecting to a single vpn server for a couple of months now without any issues. Recently I started getting the following error:

$ openconnect-sso --server vpn.xxx.xxx -l debug
...
Connected to xxx.xxx.xxx.xxx
SSL negotiation with vpn.xxx.xxx
Server certificate verify failed: signer not found
Server SSL certificate didn't match: pin-sha256:PIN/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx=
SSL connection failure: Error in the certificate.
Creating SSL connection failed

I haven't updated its version since I started using it:

$ openconnect-sso --version
openconnect-sso 0.6.0
marcelopm commented 3 years ago

Upgrade to latest seems to have solved the issue:

pipx upgrade "openconnect-sso"