Skip to content

[Enhancement] dubbo-go TLS support #2054

@ZLBer

Description

@ZLBer

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:

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions