dlenski/openconnect

how can we compile it for windows

ilovefood2 opened this issue · 4 comments

I'm looking for a windows commandline version of openconnect, but i can't seem to find any.
so I'm thinking there should be a way to compile it from source for windows version. Could anyone please help with how to achieve it ?

thanks

https://github.com/openconnect/openconnect-gui includes a CLI build for Windows.

yes, but that's v7 though, i'm thinking about a v8 though

i tried with https://github.com/openconnect/openconnect-gui and compiled from script, somehow still not able to connect to globalprotect

i figured out, based on https://github.com/openconnect/openconnect-gui/tree/develop/contrib
the compiled windows works fine with other ssl vpn, but globalprotect does not work, it turned out the vpnc-script-win.js has errors with adding gateway and dns server address. Once modified according to globalprotect gateway, it worked fine then.

thank you
case closed.