ZLBer opened a new issue, #2054:
URL: https://github.com/apache/dubbo-go/issues/2054

   <!-- Please only use this template for submitting enhancement requests -->
   
   **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.
   <img width="608" alt="image" 
src="https://user-images.githubusercontent.com/20033804/190442708-64638aa8-6abf-4157-93b7-e34c779848c0.png";>
    There was a place to set it before, but I don't know why it was deleted?
   <img width="457" alt="image" 
src="https://user-images.githubusercontent.com/20033804/190443873-b1e646ce-3100-4310-8bae-e07f9e245900.png";>
   
   2.The triple package that the **dubbo3 protocol** depends on has no TLS 
configuration.
   <img width="549" alt="image" 
src="https://user-images.githubusercontent.com/20033804/190446506-9090bedf-53d0-4a4f-a4a4-7714c222e4d0.png";>
   
   3.The `grpc protocol` under the protocol package has no TLS configuration
   <img width="721" alt="image" 
src="https://user-images.githubusercontent.com/20033804/190446130-fbaab99c-2bb9-4628-989b-9b6b489b6fa9.png";>
   
   i think we can enhance TLS support for dubbo-go.  if we decided to do this, 
I can finish it.
   
   
   **Why is this needed**:


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to