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

Expose TLS Config as part of the client #512

Merged
merged 1 commit into from
Jan 13, 2025

Conversation

pmantica11
Copy link
Contributor

@pmantica11 pmantica11 commented Jan 13, 2025

I am getting:

Error: tonic::transport::Error(Transport, ConnectError(HttpsUriWithoutTlsSupport(())))

When using the latest gRPC client against an https endpoint. To fix this I need to specify a ClientTLSConfig, but I cannot because it's not exposed as part of the yellowstone-grpc-client.

Relevant issue:
hyperium/tonic#1817

Note:
For some reason, I do not get this error when using the 1.15 client. Only 2.0.0 and above.

@fanatid fanatid merged commit 611d6ef into rpcpool:master Jan 13, 2025
2 checks passed
fanatid pushed a commit that referenced this pull request Jan 13, 2025
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

Successfully merging this pull request may close these issues.

2 participants