This article applies to:
- Security Reporting Center 2.1
Question:
- How do I implement Security Reporting Center so that it uses a secure connection?
- Can Security Reporting Center use an SSL connection?
Procedure:
SSL Overview
Web clients and Web servers often transmit sensitive information. Protecting this information is typically accomplished by sending the data in an encrypted form and subsequently decrypting the data on the receiving side. The Secure Sockets Layer (SSL) protocol provides several features that enable secure transmission of Web traffic. These features include data encryption, server authentication, and message integrity. To enable secure communication from Web clients to Security Reporting Center using SSL, you must first enable SSL support.
Important Note:
The information provided in this document describes how to enable basic SSL functionality and generate certificates. Depending on your network configuration and security needs, you may need to consult outside documentation. For advanced configuration concerns, refer to the SSL resources at:
http://www.apache.org/
http://www.modssl.org/
SSL Installation Instructions
Enabling and Disabling SSL
Security Reporting Center 2.1 provides the ability to enable or disable SSL as a feature of the user interface.
To enable or disable SSL, follow these steps:
- Open the Administration module and click Options | SSL.
- Click Enable SSL or Disable SSL.
- Restart the NetIQ Apache Service and the NetIQ Tomcat Service.
With SSL enabled, the URL for connecting to Security Reporting Center takes the following format:
https://hostname:9000/index.html
With SSL disabled, the URL format is the following:
http://hostname:9000/index.html
When you enable or disable SSL, Security Reporting Center automatically updates any local Windows shortcuts pointing to the old URL.
- This article was previously published as:
- NETIQKB38143