I am trying to configure my web report to use SSL.
When I set _WebReports_HTTPServer_UseSSLFlag = 1, and restart it.
The BESReport is up, but It is no longer to listen to port 52312.
I checked the log, and found this error.
HTTPServer error: No such file or directory; system lib; system lib (class OpenSSLError)
When I change back to 0. It is able to use https://server-name:52312. And it ask for cert exception as I am using self-signed cert. So I assume it is working.
But when I click on "Administration" -> "User Management" -> "Active Directory Permissions". It still showing the message below.
Because SSL is not enabled, Active Directory user credentials will be sent to Web Reports in the clear. Learn how to enable SSL.
I am not sure what happen and is SSL working or not....