Hello again, so I kept digging...
Using a http sniffer, I took a look at what was being sent from the client to the LS server. I noticed that I was getting "HTTP/1.1 403 Forbidden" errors on all calls being sent to my LS server ([url]
https://site2.system.com)[/url]. Digging around a little more I noticed that the difference between the calls that were making it through to the server had a "Authorization" line in the header that is missing from the LS calls.
The following is the line in the header that I believe is causing the issue:
Authorization: Basic dXNlck5hbWU6UGFzc3dvcmQ=
From what I can tell this is the section of code that authorizes the traffic with the AD domain server. How can I change the header so that this code is sent to the server whenever the lightstreamer client has to make a call??