-
Notifications
You must be signed in to change notification settings - Fork 7
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
Master token request failing #16
Comments
@FelixGail It's been a long time since I last touched this code but I will have a look at this. |
@FelixGail I cannot replicate your problem. Does the problem still persist? |
i got the same problem with oracle jdk 8 and open jdk 13. ✅
🚫
enabling okhttp logging, i found the only difference is |
I replicated the problem using hotspot 1.8.0_231. It works fine for openjdk 1.8.0_212. I also discovered that upgrading okhttp to 3.5.0 introduces the problem even on openjdk. Replacing sun.security.ssl classes with openjdk implementation makes the problem disappear. |
Fix at 0.6.0, tested with:
|
For the fix to work you must use the no parameters constructor of Gpsoauth. The trick is that OkHttpClient must be constructed with propert SSL implementation. |
@svarzee It's still does not work. Checked with
could you please take a look? |
It looks like the master token request stopped working.
It looks like https://github.com/simon-weber/gpsoauth only updated the request version used. Are you still maintining this library?
The text was updated successfully, but these errors were encountered: