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

Client refuses to connect over port 80 #386

Open
SVS-bigj opened this issue Aug 1, 2024 · 0 comments
Open

Client refuses to connect over port 80 #386

SVS-bigj opened this issue Aug 1, 2024 · 0 comments

Comments

@SVS-bigj
Copy link

SVS-bigj commented Aug 1, 2024

When using the Yellowstone gRPC Typescript client to connect over port 80, I get a ECONNREFUSED error with IP address of the reverse proxy it is connected to on port 443.

image

However changing the port to anything other than 80 seems to work fine and connect using the correct port.

Here is how I connect in my client program.

This does NOT work and gives me the error in the above screenshot trying to connect over port 443.
image

This DOES work with my reverse proxy listening on port 8888
image

It probably goes without saying that it connects fine when SSL is enabled as that natively runs on port 443.

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

1 participant