当我尝试调用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'