we are trying to read an RSS feed into our web application using a jquery plugin. That works fine as long as we are on a HTTP connection.
The problem is that our application works in HTTPS and the feedburner URL doesn't support httpS. Feedburner seems to have an invalid certificate installed on that service.
Does anyone know how we can solve this problem best? Should we move away from feedburner?