Ondrej Palkovsky
Ondrej Palkovsky
Just a note - - there are 2 branches in my repo; one compiles on older androids (probably older Java), the other compiles only on new androids (and probably only...
To use it - I am not a Java expert, but this worked for me: just clone it, run `mvn package` and use the result JAR.
Did you try to use the `android-api24` branch? That one is very close to the original code. However, I actually used both versions with additional header ("Authorization Bearer") on android...
Yes, it does. But the problem is that for API
The android-api24 branch uses android API 24 API. The master version doesn't, so it compiles with lower API correctly. But: it seems to me that even the master version does...
The problem is that Java < 8 and Android API < v23 (if I remember it correctly) doesn't support SNI and there doesn't seem a way to force it. I...
@or-else Does it check certificates at all? The problem with the older APIs is that it doesn't check the certificates; obviously SNI seems to work then (unless you use the...
This is usually a server-side problem; e.g. if your webserver is behind an nginx reverse proxy (e.g. kubernetes ingress), the default parameters make it disconnect in 2 minutes.
Do you have more information about this? Like from where in particular it gets called?
It seems to be it was meant to be a caching system, but never really finished (it's in the TODO list). From the code it looks that it's not ready...