Client cannot connect to TLS endpoint #42
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
puregarlic/microclimate#42
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We've observed an issue where if the server is accessible at an
httpsaddress, the client cannot connect to it. We have used Yaak to verify that the endpoint is indeed an accessible gRPC service, so the issue lies somewhere in our application. The internal behavior we've seen is that theChannelServiceClientnever gets instantiated, despiteconnectbeing explicitly called.