-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Client not being connected to sever even if server shows the logs of up and running #1207
Comments
Hello. The error you got is the same as failed to initialize client (connect error: timeout: no recent network activity) in the troubleshooting guide. And it is recommended to disable |
I think I am progressing
but I m not getting the response from the server
got this error in server |
Can you successfully execute the following curl command on your server? curl -vv https://api.hy2.io/cdn-cgi/trace The So I think what actually happens is that the Hysteria server has been stuck trying to connect to the target website, until you decided to restart the Hysteria client. You can use |
I ran this command |
I have deployed hysteria2 server and it shows the logs of server up and running
but when I try to connect to the sever client shows this error
This is my values for server , I tried with both acme and tls which works fine
and client values follows
I am aware of this docs
https://v2.hysteria.network/docs/advanced/Troubleshooting/
the sever running on ubuntu >>22.04
i would like to debug it further If might be helpful if i can debug that the server is properly running or not, I have added the debug logs but when i try to connect the client the server does not show any logs as the request from client itself is not reaching to sever.
@haruue
The text was updated successfully, but these errors were encountered: