[Bug] The registered proxy isn't working properly — including a possible solution #110
iguana-berry
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Unfortunately, you can no longer create an account on GitLab without a credit card; otherwise, I would have opened an issue there. I hope someone sees this here and takes it into consideration.
I'm trying to use Aurora Store through a proxy. To do this, I've only set up a proxy within the app itself, not system-wide in Android.
Some connections use the proxy, but not all of them. It seems to me that this is related to error https://gitlab.com/AuroraOSS/AuroraStore/-/work_items/1441 , because I received the same error message.
The proxy was used for the dispensor, but it wasn't used for the host android.clients.google.com .
I based my approach on the isSavedAuthDataValid function.
I’ve created a two-line patch. With this, it will use the proxy entered in Aurora Store for every connection.
I’m not sure if this can be implemented as-is or if it still needs to be adjusted; I’m not familiar enough with the code to say for sure.
If more input or other details are needed, I’ll try to provide them.
Thank you very much for the great software.
All reactions