You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2020/08/12 11:14:14 UTC

[GitHub] [dubbo-go] aliiohs commented on a change in pull request #685: Ftr: add TLS support

aliiohs commented on a change in pull request #685:
URL: https://github.com/apache/dubbo-go/pull/685#discussion_r469183518



##########
File path: config/config_loader.go
##########
@@ -325,6 +326,12 @@ func GetBaseConfig() *BaseConfig {
 	return baseConfig
 }
 
+func GetSslEnabled() bool {
+	return sslEnabled
+}
+func SetSslEnabled(enabled bool) {

Review comment:
       yes,this flag will add to url,and use in client




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org