dubbo-go
dubbo-go copied to clipboard
[Enhancement] dubbo-go TLS support
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.There was a place to set it before, but I don't know why it was deleted?
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: