Norbert Varzariu

Results 27 comments of Norbert Varzariu

Hi, I'm having he same issue: ``` 2022-06-18 08:56:19.135 INFO [219064] [PortalAuthenticator::onFetchConfigFinished@199] Fetch the portal config succeeded. 2022-06-18 08:56:19.135 INFO [219064] [PortalConfigResponse::parse@20] Start parsing the portal configuration... 2022-06-18 08:56:19.135 INFO...

Hi @yuezk Same outcome, actually I just installed and tried this project the first time today, and only added the options after it didn't work initially. Anyway, I did the...

``` openconnect --protocol=gp --allow-insecure-crypto [email protected] --os=win --usergroup=portal:prelogin-cookie --passwd-on-stdin vpn.example.net --authgroup="Germany Central" ```

We shouldn't exclude `yaml` as it's a valid format for providing the config for the bot. Other than that, I agree the source code should be inside src.

Hi, you may use either or. I prefer yaml as it's for humans, but you could als go json if you like quotes, commas and brackets :) I haven't seen...

@pitbullgti Please create a feature request for RSI if you're interested in it. Regarding this conversation, these errors can happen due to multiple reasons. Flaky connection on the user side,...

Possible enhancement: wrap all requests in python try except blocks, to catch these errors early, and fail. I think this could be a good first issue.

I was thinking about implementing telegram (and possibly other messengers) as logging handlers in python. Did a quick proof of concept: ![image](https://user-images.githubusercontent.com/302524/129233950-73f08bda-c893-4c6b-ab94-4680dc0cad76.png) Leads to: ![image](https://user-images.githubusercontent.com/302524/129234014-6dcc1aab-a298-4def-9385-6e71aa9fc8a4.png) So we could just use...

@davidtmiles @aswinkp Is this still an issue?

@Andersson007 Thank you for looking into this. I haven't tried the `ca_cert`, `client_key` and `client_cert` options, because I literally don't have any of these files. The only thing I add...