Shotgun.config.proxy_handler.proxies return error value

when I set HTTP proxy in config.ini some error happen

I just setting HTTP proxy, but when open shotgun python console debug it,

print(shotgun.config.proxy_handler.proxies) return {'https':'http://123.234.345.456:8888'}

I think if I set value in config.ini

http_proxy=123.234.345.456:8888

should return {'http':'http://123.234.345.456:8888'}

if I set value in config.ini

https_proxy=123.234.345.456:8888

should return {'https':'http://123.234.345.456:8888'}

I need it be {‘http’:‘http://192.168.1.28:3128’} ,How can i do it? or it’s a bug?

link:

Hi @heylenz

As your shotgun is local install, the client requested url will be changed by haproxy on server side. As we talked in person, we can solve it by add web head to your shotgun server.

Best

Loney

1 Like