russdill / juniper-vpn-py

Python Juniper VPN Authenticator
GNU Lesser General Public License v2.1
103 stars 80 forks source link

Could not find DSPREAUTH key for host checker #30

Open elpreto opened 5 years ago

elpreto commented 5 years ago

Hi.

I know this might not be a code issue, but I don know any other place to post it.

This is the output of what Iḿ running

./juniper-vpn.py --host vpn.company.net --username user@company.com --stdin DSID=%DSID% openconnect --juniper %HOST% --cookie-on-stdin

Traceback (most recent call last): File "./juniper-vpn.py", line 362, in jvpn.run() File "./juniper-vpn.py", line 164, in run self.action_tncc() File "./juniper-vpn.py", line 180, in action_tncc raise Exception('Could not find DSPREAUTH key for host checker') Exception: Could not find DSPREAUTH key for host checker Terminated

Can somebody guide me and how to get whatś missing here?

Thanks!