Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

华为推送(后端)无法使用,报错:No appropriate protocol (protocol is disabled or cipher suites are inappropriate) #46

Closed
fzyzcjy opened this issue Jul 4, 2021 · 1 comment · May be fixed by #47

Comments

@fzyzcjy
Copy link
Contributor

fzyzcjy commented Jul 4, 2021

No appropriate protocol (protocol is disabled or cipher suites are inappropriate)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:436)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:384)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at com.huawei.push.messaging.HuaweiMessageClientImpl.sendRequest(HuaweiMessageClientImpl.java:144)
at com.huawei.push.messaging.HuaweiMessageClientImpl.send(HuaweiMessageClientImpl.java:76)
at com.huawei.push.messaging.HuaweiMessaging.sendMessage(HuaweiMessaging.java:134)
at com.huawei.push.messaging.HuaweiMessaging.sendMessage(HuaweiMessaging.java:86)
at ....mix_push_source.provider.HuaweiPushProvider.sendMessageToSingle(HuaweiPushProvider.java:41)
fzyzcjy added a commit to fzyzcjy/MixPush that referenced this issue Jul 4, 2021
@fzyzcjy fzyzcjy changed the title 华为推送(后端)报错:No appropriate protocol (protocol is disabled or cipher suites are inappropriate) 华为推送(后端)无法使用,报错:No appropriate protocol (protocol is disabled or cipher suites are inappropriate) Jul 4, 2021
@taoweiji
Copy link
Owner

测试没有发现问题,当前已经更新最新的sdk,你尝试是否还存在问题

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants