On Mon, Jul 10, 2017 at 4:19 PM, Andy Tsvetinskiy <andrew.tsvetinskiy at gmail.com> wrote: > Hello, > > Is exist any chances to submit one more form to juniper vpn? > I see additional browser check > checkbrowser_9cfe5c5957df23abe5d6d54a84e4c4444b7832f5adfed9ae377b0b48fe3ca574.js > with auto form submit > > full log at gist.github_com/luckydevil13/99cb8cfe2a58c0b59e4529974be0a6e5 Typo: that should be https://gist.github.com/luckydevil13/99cb8cfe2a58c0b59e4529974be0a6e5 Hmm, are you saying that if the browser fetches the checkbrowser JS (/dana-na/js/checkbrowser_9cfe5c5957df23abe5d6d54a84e4c4444b7832f5adfed9ae377b0b48fe3ca574.js)? then subsequently the tunnel connection will succeed without giving an error response? What do the contents of that checkbrowser.js file look like? If you do the authentication through a browser that supports JavaScript, and then "steal" the DSID cookie from the browser and tell openconnect to use it to start the tunnel, does it work? openconnect --protocol=nc vpn.server.com \ --cookie 'DSID=WHATEVER_THE_SERVER_SENT' -Dan