You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have confirmed that this should be classified as an enhancement rather than a bug/feature.
Programming Language of the Client
Go
Summary
Add the option to enable SSL, which allows for the selection of encrypted transmission when implementing the underlying GRPC
Motivation
At present, the underlying GRPC implementation of Golang defaults to enabling SSL. If my proxy does not enable SSL, it will cause communication failure
Describe the Solution You'd Like
Add SSL configuration, and the underlying GRPC can choose whether to enable encrypted communication based on the configuration.