I am using openconnect to connect a corporate vpn:
[perret-pc perret]# sudo openconnect --protocol=nc --user=[secret-me] [secret-url]
GET [secret-stuff]
Connected to [secret-stuff]
SSL negotiation with [secret-stuff]
Connected to HTTPS on [secret-stuff]
Got HTTP response: HTTP/1.1 302 Found
GET [secret-stuff]
SSL negotiation with [secret-stuff]
Connected to HTTPS on [secret-stuff]
frmLogin
password:
POST [secret-stuff]
Got HTTP response: HTTP/1.1 302 Moved
GET [secret-stuff]
Connected as [secret-stuff] using SSL, with ESP in progress
ESP session established with server
The connection works fine with the command line but for some reasons the browsers or any other application do not really leverage the vpn.
Weird thing is that with Linux Mint (live, didn't want to bother to install) and setting up the same exact vpn with openconnect works like a charm with browsers.
Wondering what I am missing =/