dlenski / gp-saml-gui

Interactively authenticate to GlobalProtect VPNs that require SAML
GNU General Public License v3.0
305 stars 69 forks source link

"Timeout was reached" error #38

Closed brunovianarezende closed 2 years ago

brunovianarezende commented 2 years ago

I've been using this application with success for some time, but suddenly I started receiving the error "Timeout was reached" when I tried to run something like:

gp-saml-gui -v --no-verify -P --gateway --clientos=Windows the.vpn.address

I checked and the VPN address can be accessed when I try it directly into a browser. Also, I've edited the code so the webview tries to access an arbitrary https URL (in my tests, https://www.google.com) and I also get the timeout. However, if I try to acess a 'http' URL, I can load the content.

I'm using ubuntu 20.04

brunovianarezende commented 2 years ago

it seems like this is something related with webkit2. I can't access anything if I use epiphany browser. I will close this issue.