Admin console / rss feed broken

@Benjamin - heads-up on the new SSL configuration for the IgniteRealtime site … we are no longer able to retrieve the RSS feed(s) within the Openfire console, due to the following error:

javax.net.ssl.SSLHandshakeException: java.security.cert.CertificateException: root certificate not trusted of [community.igniterealtime.org]

Looks like the root CA for this certificate is not in the default Java truststore. I am in the process of updating web/index.jsp for the admin console, and I ran across this issue while debugging. Refer to OF-798 for more information.

I assume we do not want to hassle with giving our comunity instructions for updating theri Java implementations, which means we either need to allow non-SSL requests to come through, or we will need to re-issue the SSL certificate signed via a root certificate authority that is trusted by the default JRE.

Branched / splitted as this has nothing to do with jiveX.

Ugly issue, I hope to find some time to look at it.