Andris Raugulis

Results 51 comments of Andris Raugulis

@gunslingerfry error doesn't seem to be related to config or anything You described. seems like a general issue. It fails when trying to write certificate to temporary file or file...

@gunslingerfry could You try latest-commit and see if that works? If not, please, provide a full error.

> Thanks for merging my changes and improving it even further! Wonderful that we are now reducing the variety of forks! > > I am just trying to use your...

> One more, sorry ... > > That here: > ![image](https://user-images.githubusercontent.com/14311781/82808972-5ad87780-9e8b-11ea-9e34-dee058edf44e.png) > > is not working for me. for some reason it is no separate command? > My openconnect complains...

> 3. add a new option `gateway_url = zzz` basically duplicating my old, existing `gateway = zzz` option, so now I have > > ``` > gateway = vpn-someplace.company.com >...

@coldcoff do You know what certificates are returned in "getconfig" request, where responding SAML could contain `//root-ca/cert`? I'm assuming it's only for gateways, but want to make sure.

> Looks like you've got 'command' instead of the actual command at line 955. > > ``` > File "./gp-okta.py", line 992, in > sys.exit(main()) > File "./gp-okta.py", line 955,...

@gunslingerfry seems interesting. Would like to reproduce such error. Can You share what is the shell, where You execute that script? Never seen such issue. Anyhow, I will removed that...

@coldcoff @gunslingerfry @cardonator I've made another several rounds of improvements. Would be nice if You could check it out and give feedback. Trying to release 1.00 ;)

> > File is not deleted, because it is passed as command-line option (-cafile) to openconnect. How otherwise openconnect would use it, if it was deleted? > > In the...