Tyler Duni
Results
2
comments of
Tyler Duni
I get an error on Android 4.1.2 API 16 that I think is related to this issue. `javax.net.ssl.SSLException: SSL handshake aborted: ssl=0xb96bc4c8: I/O error during system call, Connection reset by...
> By overwriting the TusClient#prepareConnection (https://github.com/tus/tus-java-client/blob/master/src/main/java/io/tus/java/client/TusClient.java#L274-L288) you should be able to only set the SSLSocketFactory for the connections for tus-java-client. Thank you, overriding prepareConnection worked for me, I was able...