javax.net.ssl.SSLHandshakeException:握手失败(Retrofit 2.1.0)

时间:2016-10-19 10:56:04

标签: android retrofit

当我尝试调用Rest API时,抛出以下错误     onFailure()回拨方法

  

javax.net.ssl.SSLHandshakeException:握手失败

我在Android Studio中使用以下库

compile 'com.squareup.retrofit2:retrofit:2.1.0'

compile 'com.squareup.retrofit2:converter-gson:2.1.0'

compile 'com.google.code.gson:gson:2.6.2'

0 个答案:

没有答案