proxy config not working

  • Tested our client with normal broker connection settings (MQTT) and had no issues. When deployed to an environment where we needed to use websockets and a proxy instead, we can't connect to the broker.


    We've narrowed it down to the proxy config settings (websockets connection to broker works in env that doesn't have/need proxy)... but its not obvious whats wrong.


    Here's an example of our config file:


    Is there something obvious we are missing or...?

  • The only problem I see is the inclusion of the "http://" prefix at the beginning of the proxy URL in your config file. The OpenDXL client(s) do not parse out this information when passing the URL information to the proxy library


    For example, your [Proxy] section should look more like this:


    [Proxy]

    Address=test.proxy.proxylab
    Port=9999
    User=prUser
    Password=prPass