-
Notifications
You must be signed in to change notification settings - Fork 37
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
ECONNREFUSED (Connection refused) #10
Comments
Hello ledinhphuong, |
I have traditionally tested with http://www.websocket.org/echo.html. You probably have not installed the root certificates on your server. A common problem is only installing your certificate. Check that your SSL server is working correctly using an SSL testing client https://ssltools.thawte.com/checker/views/certCheck.jsp |
Thank @damonsu, @palmerc for yours quick response. I don't think this issue belong server side. Steps to reproduce it as below: 2: Run Debug your Echo app on this device and it goes to exception after tapped Connect button (mTLSEnabled=false, WS_ECHO_SERVER = "ws://echo.websocket.org") |
Does the client work without the Proxy? |
@palmerc Yes, it works well without the proxy. |
@palmerc thanks for you answer. I have tried to install a self-signed certificate on my server. |
I have no idea, I've never tried it. |
The issue will appear for both ws and wss if android device connect to the internet via WIFI with http proxy configuration.
The text was updated successfully, but these errors were encountered: