- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Ambari on Azure - Fix the Self Signed Cert Error
- Labels:
-
Apache Ambari
Created 01-28-2016 01:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have installed a Hadoop cluster on Azure VMs and setup Ambari to use Https. To access Ambari, I will have to type in https://xxxxx.cloudapp.net:8443, instead of https://AMBARI_HOST:8443. So when the cert is generated by some certification authority, what should the server name be set as? The actual URL or AMBARI_HOST to bypass the cert error that the browser throws if it cannot validate the cert. Or is there a way to bypass this error?
Created 01-28-2016 08:42 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You seem to be using a self signed certificate as such your Web browser doesn't trust it.
You need to import your local CA into your Web browser and the error will go away.
Created 01-28-2016 02:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@Kay Aries Need more context. Whats the error? You are right on https://xxxxx.cloudapp.net:8443, instead of https://AMBARI_HOST:8443
Created 01-28-2016 03:31 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It is more like a warning stating that the browser cannot verify the validity of the cert.
Created 01-28-2016 04:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
https://azure.microsoft.com/en-us/documentation/articles/web-sites-configure-ssl-certificate/
If you can share a screenshot then it will help
Created 01-28-2016 05:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I don't want to see that warning. So the certificate should issued to the server (AMBARI_HOST) or xxxxx.cloudapp.net?
I will go through the URL you have specified, will let you know if it resolved the issue.
Thanks a lot, Neeraj.
Created 01-28-2016 08:42 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You seem to be using a self signed certificate as such your Web browser doesn't trust it.
You need to import your local CA into your Web browser and the error will go away.
