Skip to content
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

Mac client keeps contacting the server when new authorization is being issued #502

Open
maxadamo opened this issue Jan 20, 2023 · 5 comments

Comments

@maxadamo
Copy link

I have been using the Linux client for more than 3 years, and I have never seen an issue.
Since I use the client for Mac, I am experiencing a problem when the token has to be renewed, and the client keeps trying to contact the server as follows:
image

Unfortunately, the logs do not seem to be very chatty, but you can see that there is 40 seconds timeout until I terminate the application, otherwise, it hangs in an endless operation:

App:
2023-01-20 12:11:49.809 Beginning connection flow for server 'https://prod-eduvpn01.geant.org/'
2023-01-20 12:11:49.810 App version: 3.0.5 (1784)
2023-01-20 12:11:49.810 Getting server info for server 'https://prod-eduvpn01.geant.org/'
2023-01-20 12:12:31.990 Error: Request explicitly cancelled.
["NSLocalizedDescription": "Request explicitly cancelled.", "NSUnderlyingError": Alamofire.AFError.explicitlyCancelled]
2023-01-20 12:12:31.990 Flushing app log to disk ...
@roop
Copy link
Collaborator

roop commented Jan 30, 2023

@maxadamo: The "Getting server info" step doesn't need any authorization tokens. The next step (getting the available profiles) needs authorization, but the log indicates the next step didn't start. (The "Request explicitly cancelled" is when you toggled the switch off, I presume.)

If the app is stuck at "getting server info" for 40 secs, it might mean there was a problem with the network. Do you think that might have been possible?

Are you able to connect now, or are you still facing this problem?

@roop
Copy link
Collaborator

roop commented Feb 15, 2023

Please reopen if you're still facing this problem.

@maxadamo
Copy link
Author

@roop I'm not re-opening for now (I also know that you have a new Go client in the works, and I can live with this glitches) but I don't think that I had a problem with the network. I hear also from other colleagues that from time to time they have to have this problem. with Mac.
If I reset the app it starts working.

@maxadamo
Copy link
Author

maxadamo commented Apr 5, 2023

@roop do you mind re-opening the ticket? I'm not allowed.
This issue is impacting several people in the organization, and it's not an issue with our eduVPN servers (I installed those servers myself) because it works properly my mobile, or from Linux. I also don't have a connectivity issue.

@roop roop reopened this Apr 5, 2023
@Jackie-wx
Copy link

I also experienced such a problem, and sometimes, it connected to the server successfully but cannot open any website. However, the network was accessible again after I closed the connection to EduVPN.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants