So I just figured out that this is not a Lightstreamer issue. It seems to be an IE7/SSL certificate issue. The external web site that we connect Lightstreamer through is https. The issue was caused b/c out SSL cert is for our main site (
https://site1.domain.com) and not our lightstreamer sub-domain ([url]
https://site2.domain.com)[/url]. In IE6 the user is presented with a popup that allows them to accept the cert even though it is not for the correct site. (cert is for site1 and lightstreamer is trying to connect over site2) If the user accepts this then everything connects correctly. In IE7 however a banner pops up telling the user that content has been blocked. If you tell it to display the blocked content then it still does not seem to let everything through and you get the above error.
Figured I would post this just in case anyone else ran into the same issue.