GlobalProtect-openconnect icon indicating copy to clipboard operation
GlobalProtect-openconnect copied to clipboard

A GlobalProtect VPN client for Linux, written in Rust, based on OpenConnect and Tauri, supports SSO with MFA, Yubikey, and client certificate authentication, etc.

Results 217 GlobalProtect-openconnect issues
Sort by recently updated
recently updated
newest added

It would be nice to get some parameters like: * help * username * password * server * mtu * token-mode (from openconnect) * token-secret (from openconnect)

I am trying to connect to a PaloAlto VPN with SAML authenticate. I am able to make the authenticate and the client says "Connected", but i am not able to...

Thought it would be good to have a debian package. I have added a debian repository and created a package. Would you like a pull request for it?

help wanted

From https://aur.archlinux.org/packages/globalprotect-openconnect/#comment-755587 Gateway Authentication fail...Need help. 2020-07-11 20:44:39.119 ERROR [4823] [GatewayAuthenticator::onPreloginFinished@81] Failed to prelogin the gateway at https://X.X.X.X/ssl-vpn/prelogin.esp?tmp=tmp&kerberos-support=yes&ipv6-support=yes&clientVer=4100&clientos=Linux, SSL handshake failed

When I try to login to my corporate VPN a login dialog appears and I can enter my email address, but when it tries to redirect to the SSO endpoint...

Is it possible to use the user's standard browser to authenticate and log into the VPN? Would be helpful with regards to browser password managers.

I realize this is probably not supported, but since this project had a debian/ directory, and I use vanilla Debian (not Ubuntu), I figured I would try building it with...

Authentication failed, please try again

See #109 I've successfully integrated https://github.com/frankosterfeld/qtkeychain/ as @yuezk suggested. Added two methods in the `settings` namespace: ```c++ bool secureSave(const QString &key, const QString &value); bool secureGet(const QString &key, QString &value);...