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

tls: failed to verify certificate: x509: certificate signed by unknown authority #51

Open
wangjincheng123-ai opened this issue Oct 30, 2024 · 1 comment

Comments

@wangjincheng123-ai
Copy link

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

@JauneQ JauneQ closed this as completed Nov 1, 2024
@skiffer-git
Copy link
Member

  1. Please provide the relevant logs for the client-side Go SDK.
  2. Confirm whether the NGINX configuration is correct.

@skiffer-git skiffer-git reopened this Nov 12, 2024
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

No branches or pull requests

3 participants