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 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:
The text was updated successfully, but these errors were encountered:
ZLBer
changed the title
[Enhancement] dubbo-go tls support
[Enhancement] dubbo-go TLS support
Sep 15, 2022
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:
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 configurationi think we can enhance TLS support for dubbo-go. if we decided to do this, I can finish it.
Why is this needed:
The text was updated successfully, but these errors were encountered: