Closed mdymczyk closed 7 years ago
It looks good for launching a cluster, but if you connect to a preexisting cluster that is not launched using https you will not be able to communicate with it This is what caused the tests to break
Also if someone launches steam without passing key and cert path args then they will not be able to launch clusters
1) Generates the Java keystore file with a random password
2) Starts H2O clusters in HTTPs mode
3) Removes the keystore file
We might want to give the user the possibility to supply his own java keystore file with a verified cert. In such case the HAProxy conf and the GoLang HTTP client could use modification (enabling verification might be a good idea but only if the supplied cert is verified).