Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhancement] dubbo-go TLS support #2054

Closed
ZLBer opened this issue Sep 15, 2022 · 0 comments
Closed

[Enhancement] dubbo-go TLS support #2054

ZLBer opened this issue Sep 15, 2022 · 0 comments
Labels
good first issue Good for newcomers

Comments

@ZLBer
Copy link
Contributor

ZLBer commented 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:

  1. The dubbo protocol relies on getty, although there is a TLS configuration, but there is no place to set the SSLEnabled params.

image

There was a place to set it before, but I don't know why it was deleted?

image

2.The triple package that the dubbo3 protocol depends on has no TLS configuration.
image

3.The grpc protocol under the protocol package has no TLS configuration
image

i think we can enhance TLS support for dubbo-go. if we decided to do this, I can finish it.

Why is this needed:

@ZLBer ZLBer changed the title [Enhancement] dubbo-go tls support [Enhancement] dubbo-go TLS support Sep 15, 2022
@zhaoyunxing92 zhaoyunxing92 added the good first issue Good for newcomers label Sep 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants