[
https://issues.apache.org/jira/browse/AMBARI-2691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13713748#comment-13713748
]
Tom Beerbower commented on AMBARI-2691:
---------------------------------------
Edit to the steps above ...
3. Install SSL on Ganglia server.
{code}
yum install mod_ssl
{code}
4. Edit SSL configuration and restart httpd service on Ganglia server.
Edit the file ...
{code}
/etc/httpd/conf.d/ssl.conf
{code}
Set the cert and key file names to the files created in step #2.
{code}
SSLCertificateFile = gserver.crt
SSLCertificateKeyFile = gserver.key
{code}
Restart httpd ...
{code}
service httpd restart
{code}
(Same edit for the Nagios steps.)
> Need https support for ganglia/nagios to be able to have https support
> throughout the stack.
> --------------------------------------------------------------------------------------------
>
> Key: AMBARI-2691
> URL: https://issues.apache.org/jira/browse/AMBARI-2691
> Project: Ambari
> Issue Type: Task
> Reporter: Tom Beerbower
> Assignee: Tom Beerbower
> Fix For: 1.2.6
>
> Attachments: AMBARI-2691.patch
>
>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira