We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
3.8.0
Linux (AMD)
Source Code Deployment
使用域名,等录成功后,日志打印: 连接服务器失败: IMEvent io.openim.android.demo D 连接服务器失败(tls: failed to verify certificate: x509: certificate signed by unknown authority) 这是 IMEvent.java类中的日志打印 public void onConnectFailed(long code, String error) { // 连接服务器失败,可以提示用户当前网络连接不可用 L.d(TAG, "连接服务器失败(" + error + ")"); for (OnConnListener onConnListener : connListeners) { onConnListener.onConnectFailed(code, error); } }
No response
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
OpenIM Server Version
3.8.0
Operating System and CPU Architecture
Linux (AMD)
Deployment Method
Source Code Deployment
Bug Description and Steps to Reproduce
使用域名,等录成功后,日志打印: 连接服务器失败:
IMEvent io.openim.android.demo D 连接服务器失败(tls: failed to verify certificate: x509: certificate signed by unknown authority)
这是 IMEvent.java类中的日志打印
public void onConnectFailed(long code, String error) {
// 连接服务器失败,可以提示用户当前网络连接不可用
L.d(TAG, "连接服务器失败(" + error + ")");
for (OnConnListener onConnListener : connListeners) {
onConnListener.onConnectFailed(code, error);
}
}
Screenshots Link
No response
The text was updated successfully, but these errors were encountered: