Opened 12 years ago

Closed 12 years ago

#10445 closed Bug Report - General (Won't Fix)

proxy exemption list not working

Reported by: brian@… Owned by: robertm
Priority: minor Milestone: unknown
Component: Plugin - MythNetvision Version: Master Head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

In the environment I start mythfrontend in I have set:

http_proxy=http://proxy:3128/
no_proxy=127.0.0.1,localhost,10.75.22.*,*.example.com,example.com,*.ilinx,apt.example.com

and yet when I try to search for a youtube video the search URL as reported by the frontend log:

2012-03-13 10:39:17.363639 I  Using Search URL http://10.75.22.2:6544/InternetContent/GetInternetSearch?Query=apple scotland&Grabber=youtube.py&Page=1

is still being sent to the proxy. I even added "10.75.22.2:6544,10.75.22.2" to the no_proxy list thinking it was just some poor matching code but that doesn't seem to be the problem either.

Change History (1)

comment:1 Changed 12 years ago by beirdo

Resolution: Won't Fix
Status: newclosed

There is no support at all for "no_proxy" in mythtv. The proxying we use is based only on http_proxy. This is due to the constraints of how Qt does its proxying. There may be a possibility to change to using a QProxyFactory, but that is a significant feature request, and I don't see an attached patch.

Sorry. That's just not supported.

Note: See TracTickets for help on using tickets.