So I have my paho client behind a ccproxy server with sock enabled.
The problem is in paho python lib there is a method exposed for setting proxy
client.proxy_set(proxy_type=socks.HTTP, proxy_addr="192.168.1.7", proxy_port=808)
Can someone guide me on the proxy setup for the same on cpp couldn't find much documentation in the docs or the community.