Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

how to change zeppelin ssl port from 8443 to 5443

avatar
Contributor

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?

1 ACCEPTED SOLUTION

avatar
Master Mentor

@bhavik shah

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.

.

View solution in original post

2 REPLIES 2

avatar
Guru

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>

avatar
Master Mentor

@bhavik shah

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.

.