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?
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!