Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.3-alpha
-
None
-
Reviewed
Description
When a datanode is configured to work in secure mode, the HttpServer connector listener is created by the SecureDataNodeStarter class in a privileged port and given to the HttpServer constructor to use.
When enabling SSL for the web ui the connector listener is created by the HttpServer if no connector is given in the constructor.
This means that in secure mode the DataNode HttpServer starts always in HTTP