Created 03-28-2017 10:17 PM
We need to enable encryption on some ports. I havent found much in Hortonworks documentation. Any guidance or documentation around how to proceed doing encryption with those ports
Created 03-28-2017 10:32 PM
what encryption are you referring here? you can configure the ports to listen on https/ssl
Created 03-29-2017 12:26 AM
I guess by encryption you might be referring to the enabled all protocols that are supported by the ssl (Please correct me if i misunderstood). While referring to the link:
2. https://community.hortonworks.com/articles/52875/enable-https-for-hdfs.html
You can define the ssl protocol "hadoop.ssl.enabled.protocols" that you want to use. By default it's value is TLSv1 in core-site.xml
hadoop.ssl.enabled.protocols
Reference: https://hadoop.apache.org/docs/r2.7.2/hadoop-project-dist/hadoop-common/core-default.xml
Created 03-29-2017 03:33 PM
Could you please clarify the use case?