Android : Error java.lang.IllegalArgumentException: SSL context may not be null only with API 15

on Wednesday, April 1, 2015


I use TLS/SSL connection in my Android app. The min sdk = 15 and target = 21. But only with API 15 i have this error:



1496-1510/com.package E/Volley﹕ [81] NetworkDispatcher.run: Unhandled exception java.lang.IllegalArgumentException: SSL context may not be null
java.lang.IllegalArgumentException: SSL context may not be null


With other API works well.


I use this implementation for Volley TLS/SSL:


Volley TLS/SSL


0 comments:

Post a Comment