yongzhi opened a new pull request #2385: URL: https://github.com/apache/hive/pull/2385
### What changes were proposed in this pull request? When starting a jetty http server, one can explicitly exclude certain (unsecure) SSL cipher suites. This can be especially important, when Hive needs to be compliant with security regulations. Need add properties to support Hive WebUi and HiveServer2 to this For Hive Binary Cli Server, we can set include certain SSL cipher suites. ### Does this PR introduce _any_ user-facing change? Yes, need to document the new properties: hive.server2.binary.include.ciphersuites hive.server2.http.exclude.ciphersuites hive.server2.webui.exclude.ciphersuites ### How was this patch tested? Unit tests -- 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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
