-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[Bug]: Outline Manager cannot create new valid keys #2292
Comments
It's hard to tell whether this is a Manager application issue or a server API issue. Are you able to use the API directly to try and create a key and see the response? Here are instructions on how to use the API: https://github.com/Jigsaw-Code/outline-server/tree/master/src/shadowbox#access-keys-management-api |
I created the key directly via API. The created key is shown when I use API command to list all keys. Get command also shows that key. When I put it into Outline Client, it says that the key is invalid |
Can you validate the format of the key you created? For example, I'd expect it to look something like this: You can also inspect the docker logs from around the time you created the key, or create a new key and check the logs to see if the same error happens. That will help us understand what error is causing this. You can run My guess of what's happening is that there is a problem happening here, where the key is getting created but not cleaned up in the error case. We could show a better error message in the Manager. Although I'm surprised the API doesn't error on creating a new key either. Seeing the docker logs will help pinpoint the problem. |
The key format satisfies your example. The IP address is set. According to logs, the last entry in them is: I don't have newer entries, even if I'm trying to create new keys, and I cannot know what the server does with created keys. In my suggestion, the server doesn't create them because of lack of disk space. But it's better for you to make your own analysis of my issue. |
Yes, it seems likely the lack of disk space is causing issues. It's probably unable to update the |
Application
Outline Manager
Describe the bug
The Outline Manager cannot create new valid keys to use VPN server. The server is running and alive.
Steps to reproduce
What did you expect to happen?
I expect that the valid key is created and can be used for new connections
What actually happened?
All created keys are invalid
Outline Version
1.15.2 (Manager); 1.12.0 (Client Windows); 1.13.0 and 1.14.0 (Client iOS)
What operation system are you using?
iOS, Windows
Operating System Version
Windows 10 22H2 (Manager and Client)
iOS 18.0.1 (Client)
iOS 17.7.6 (Client)
Screenshots and Videos
All screenshots are given above at reproducing steps unit
P.S. I already have three keys for the current server, that are successfully working. This problem is actual for the newer keys.
The text was updated successfully, but these errors were encountered: