-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Connection works only with sessionID #38
Comments
Amazing app, yes it doesn't work with username and password. but at least a friend can do his work on Linux. |
I can just confirm, that with the F5 CLI client (f5fpc) I can login with username and password on our company VPN. It was quite hard to get the binary - normally your VPN provider should be offering you one for download - not in my case - but the folks from Archlinux packaged the client and under sources there are is a .DEB package you can download. |
@karlitos Thanks for your feedback. Unfortunately I don't have enough time to work on gof5 right now. Unlike official F5 VPN client, gof5 is an open source project and you're free to improve it. I'd recommend you to take a look on the login logic and change it accordingly: Line 244 in 426eab8
Feel free to submit a PR. |
I have the same problem. It is linked to a certificate check that happens after login. However it is only done on windows and macOS. So I wrote a little program that does the login automatically through a chrome browser and extracts the sessionID for me. Not sure I this is doable in gof5, because there is javascript that needs to run. |
@karlitos - obviously we're in the same company? I'm using the tui.com server as well. It used to work fine until ~ mid of April. Then there was an update to f5fpc. Now I neither can login with current nor the previous f5fpc. Maybe it was with another update of arch/endeavur packages? I don't know. There were too many with arch ;) I now tried to connect with gof5 - does not work, too... Only windows f5 BIG IP client still works, but I don't wat to use the company's Wndows Laptop. Can you confirm that you cannot connet to secure-gateway.tui.com anymore? Or does it work? Thanks & Regards |
@Peter-Ries You'r right, we work for the same company. I wrote you a message over the internal chat, let's continue there |
@Peter-Ries you're right, if login pattern was changed the session argument is the only solution for now. |
Openconnect apparently supports f5:
|
This works great! Thanks @Rffrench |
Hello,
first - many thanks for this marvelous software allowing me to connect to company VPN on linux. It works well when I use the sessionID but fails with with username and password
When I open the URL in the browser and submit my credentials the browser tries to open something called Endpoint Inspector Application and after aborting this it shows
I can skip it by clicking on
and then get the right cookie and log in via gof5
Here is a debug output:
The text was updated successfully, but these errors were encountered: