Created 06-21-2017 04:39 PM
hello we installed HDP 2.6.1 and would like to setup ssl for zeppelin. on the server that zeppelin is installed, the port 8443 is already been used by other service, how do I change the ssl port for zeppelin?
Created 06-21-2017 04:49 PM
Can you try adding the "zeppelin.server.ssl.port" property to the "Custom zeppelin-config" from ambari UI to see if it works.
Ambari UI --> Zeppelin --> Configs --> Advanced --> "Custom zeppelin-config" --> Add Property.
.
Created 06-21-2017 04:48 PM
Hi @bhavik shah
Stop Zeppelin, Modify zeppelin-site.xml for the following property's value, start Zeppelin
<code><property> <name>zeppelin.server.ssl.port</name> <value>8443</value> <description>Server ssl port. (used when ssl property is set to true)</description> </property>
Created 06-21-2017 04:49 PM
Can you try adding the "zeppelin.server.ssl.port" property to the "Custom zeppelin-config" from ambari UI to see if it works.
Ambari UI --> Zeppelin --> Configs --> Advanced --> "Custom zeppelin-config" --> Add Property.
.