Closed
Description
Moved form pull #153:
@2fours:
There seem to be problems on older android platforms because of this bug in SSLEngine : https://code.google.com/p/android/issues/detail?id=12955#c12. It appears that the only way this will work on these platforms is to abandon SSLEngine and use SSLSocket. Any chance of that happening?
@Davidiusdadi
Do you mean that your code is working fine but there is a problem with what i merged?
If there is a general problem i would like to know the exact exception or build error message and the android version you are working on.
The solution suggested in #141 might solve the problem.