Member since
12-11-2015
3
Posts
4
Kudos Received
0
Solutions
12-17-2015
02:38 PM
Thanks Andy.
Indeed a setting of the form security.server.disabled.protocols=SSL|SSLv2|SSLv3|TLSv1|TLSv1.1 disables all the unwanted protocols. But this cuts all the communication with the nodes, since for some reason TLSv1.2 isn't active by default and there's no option to enable protocols. So I ended up creating my own Ambari fork, where I explicitly enable TLSv1.2 in the source code. Then, disabling the SSL family and the old TLS protocols leaves only TLSv1.2 as intended. Problem solved.
... View more
12-14-2015
12:31 PM
@Andy LoPresto:
It's not that I'm trying to open multiple HTTPS connections. Ports 8440
and 8441 are used by the Ambari server for secure (HTTPS) communication
with the agents in the cluster, see here. My question is how to enable TLSv1.2 transport for these two secure connections.
... View more
12-11-2015
07:03 PM
4 Kudos
Our stringent security policies require using TLSv1.2 for connections supporting SSL/TLS traffic. Since ports 8440 and 8441 use HTTPS, I need to enable TLSv1.2 for both. I couldn't find anything in the documentation suggesting that it's possible to configure the underlying SSL protocol used by secure connections. Is this kind of setup supported by Ambari v2.1.0?
... View more
Labels:
- Labels:
-
Apache Ambari