luliangac opened a new issue, #9932: URL: https://github.com/apache/dubbo/issues/9932
<!-- If you need to report a security issue please visit https://github.com/apache/dubbo/security/policy --> - [x] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate. - [x] I have searched the [release notes](https://github.com/apache/dubbo/releases) of this repository and believe that this is not a duplicate. ## Describe the feature <!-- Please also discuss possible business value --> In the dubbo version 2.7.16, dubbo fix the ssl file leak bug by close the stream after use it. But when we want to use keystore file in ssl mode, we find that, before 2.7.16, we load load a string from keystore file and then build a InputStream to set to SslConfig. But after version 2.7.16, in org.apache.dubbo.remoting.api.SslContext, dubbo close the stream after build the context, we can't find a way to set to SslConfig again. And there are two points we concern: 1)、The ssl cert file, private-key file and ca file which store in a keystore file, can dubbo SslConfig support load config from one keystore file? 2)、Except the keystore file usually that we think is safe, we can also load the config from a remote store service, can dubbo provide a way to let us load ssl config from remote? -- 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]
