-
Notifications
You must be signed in to change notification settings - Fork 969
Closed
Labels
good first issueGood for newcomersGood for newcomers
Description
What would you like to be added:
I want to write a sample of dubbo-go using TLS, when I read the code of dubbo-go TLS part, I found that dubbo-go's support for TLS encryption is very insufficient.
Take a look at the server configuration under the protocol package:
- The dubbo protocol relies on getty, although there is a TLS configuration, but there is no place to set the
SSLEnabled
params.
2.The triple package that the dubbo3 protocol depends on has no TLS configuration.
3.The grpc protocol
under the protocol package has no TLS configuration
i think we can enhance TLS support for dubbo-go. if we decided to do this, I can finish it.
Why is this needed:
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers