Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Version 2.4.2.0 SSL issue

avatar
New Member

Hello,

I configured ambari admin UI on 8443 SSL port.

My hadoop cluster have 3 nodes, i configured kerberose on it.

But when i am enabling HTTPS on yarn,hdfs,mapreduce.

It stop coomunicating with ambari UI, ambari server still communicating and fetching information from old http port while i configured it for HTTPS.

Is there any document on which i can find configuration of SSL in ambari server ?

1 ACCEPTED SOLUTION

avatar
Master Mentor

@Keshav Piplani

Have you followed the similar steps mentioned: https://community.hortonworks.com/articles/52876/enable-https-for-yarn-and-mapreduce2.html

Do you see any error in the logs of those components? (or they are running fine)

Do you see the communication on the https port?

# openssl s_client -connect ${COMPONENTS}:${SECURE_PORT} -showcerts  < /dev/null

.

Have you restarted ambari server.

Browser cache is cleared (or tested form other browser)

View solution in original post

2 REPLIES 2

avatar
Master Mentor

@Keshav Piplani

Have you followed the similar steps mentioned: https://community.hortonworks.com/articles/52876/enable-https-for-yarn-and-mapreduce2.html

Do you see any error in the logs of those components? (or they are running fine)

Do you see the communication on the https port?

# openssl s_client -connect ${COMPONENTS}:${SECURE_PORT} -showcerts  < /dev/null

.

Have you restarted ambari server.

Browser cache is cleared (or tested form other browser)

avatar
New Member

Thanks.

Its working.

But while i updated everything.

Yarn still shows error in ambari for old port.

while new services are running on new SSL port.

anything need to change on ambari side.