develop-vijay opened a new pull request, #4073: URL: https://github.com/apache/ambari/pull/4073
## What changes were proposed in this pull request? When SSL is enabled for Ambari, And batch restart request is triggered(Service level slave component restarts. Example datanode rolling restart), Batch execution is failed except for the 1st batch. This is because in a SSL enabled environment, When hitting localhost, hostname verification is failing. Proposed Fix: Hostname verification is not required for internal API call. It was already disabled in previous versions of Ambari, As part of JDK 17 support, This code was commented out ## How was this patch tested? Applied the fix in SSL enabled enviroment and verified its working. Please review [Ambari Contributing Guide](https://cwiki.apache.org/confluence/display/AMBARI/How+to+Contribute) before opening a pull request. -- 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]
