- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
How to redirect Ambari http to https page?
- Labels:
-
Apache Ambari
Created ‎09-28-2017 07:40 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have setup https for Ambari. It works good, but I have a problem with redirecting. When I try http url, I see an error that page is not available. The page works fine when I try https url. Is there any way to redirect Ambari http url to https?
Created ‎09-28-2017 08:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The quick solution is to use the apache web server to redirect the requests to https (documentation with examples can be found here) -this approach is external to ambari and no need to make any configuration changes at ambari level.
however, there must be a inherent way to handle with jetty by modifying the ambari configuration, similar discussion for NiFi can be found at following thread.
https://community.hortonworks.com/questions/63171/nifi-admin-question-redirect-http-to-https.html
Hope this helps !!
Created ‎09-28-2017 08:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The quick solution is to use the apache web server to redirect the requests to https (documentation with examples can be found here) -this approach is external to ambari and no need to make any configuration changes at ambari level.
however, there must be a inherent way to handle with jetty by modifying the ambari configuration, similar discussion for NiFi can be found at following thread.
https://community.hortonworks.com/questions/63171/nifi-admin-question-redirect-http-to-https.html
Hope this helps !!
