自定义搜索api SSL错误

时间:2015-12-01 14:09:51

标签: android google-custom-search

我试图使用自定义搜索API并且我一直在努力 javax.net.ssl.SSLProtocolException:SSL握手中止:ssl = 0xb4bb3a00:SSL库失败,通常是协议错误 错误:1407743E:SSL例程:SSL23_GET_SERVER_HELLO:tlsv1警告不适当的回退(外部/ openssl / ssl / s23_clnt.c:770 0xaba30cc5:0x00000000)

就行了:             BufferedReader br = new BufferedReader(new InputStreamReader((conn.getInputStream())));

这是我的网址: " https://www.googleapis.com/customsearch/v1?key=" +键+"& cx =" + cx +"& q =" + QRY +"&安培;的fileType =&#34 +的fileType +"&安培;检索类别=&#34 +检索类别+"&安培; ALT = JSON"

请,我需要你的帮助! 感谢

1 个答案:

答案 0 :(得分:0)

尝试将此作为网址:
" http://www.googleapis.com/customsearch/v1?key=" +键+"& cx =" + cx +"& q =" + QRY +"&安培;的fileType =&#34 +的fileType +"&安培;检索类别=&#34 +检索类别+"&安培; ALT = JSON"