sunilganatra opened a new pull request, #4112: URL: https://github.com/apache/ambari/pull/4112
## What changes were proposed in this pull request? Bugfix: Ambari two-way ssl set up is failing because certificate received is byte type but file write object expect string to write certificate. Error ``` failed write() argument must be str, not bytes ``` ## How was this patch tested? 1. Create cluster with security.server.two_way_ssl=true 2. Observed SSL setup and Validate ambari agent is able to download certificates from server. 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]
