Unable to use openconnect from GUI

asked 2019-06-14 12:18:21 +0200

Linuxovod gravatar image

updated 2019-06-14 12:48:15 +0200

Nokius gravatar image

My openconnect server is running on CA certificates (LE) and all I have to do in console to connect is devel-su openconnect https://my-server-name.com and enter username and password, it works just fine in SFOS terminal. But when I tried to configure this connection in GUI, it asked me for WebWPN cookie data, server certificate hash and server after authentication, which I don't know and even don't want to know. Is it possible to fix openconnect configuration and allow to enter just servername, username and password?

edit retag flag offensive close delete

Comments

Same here, my university uses Cisco AnyConnect for VPN. openconnect works fine from the Terminal but the GUI asks for all kind of weird information. It might help you to run openconnect ... --dump-http-traffic to see what's going on under the hood. From there you can extract the WebVPN cookie at least.

NobodyInPerson ( 2019-10-18 13:52:59 +0200 )edit