![]() |
#1 |
Member
![]() Posts: 19
Karma: 10
Join Date: Mar 2009
Device: Sony PRS-505
|
![]()
Hello,
I get the following message when trying to pull from the news sources: Code:
Job: **Fetch news from The New York Times** **tuple**: ('httperror_seek_wrapper', u'HTTP Error 407: Proxy Authentication Required ( The ISA Server requires authorization to fulfill the request. Access to the Web Proxy filter is denied. )') **Traceback**: Traceback (most recent call last): File "parallel.py", line 957, in worker File "parallel.py", line 915, in work File "calibre\ebooks\lrf\feeds\convert_from.pyo", line 40, in main File "calibre\web\feeds\main.pyo", line 152, in run_recipe File "calibre\web\feeds\recipes\recipe_nytimes.pyo", line 48, in download File "calibre\web\feeds\news.pyo", line 562, in download File "calibre\web\feeds\news.pyo", line 686, in build_index File "calibre\web\feeds\recipes\recipe_nytimes.pyo", line 82, in parse_index File "calibre\web\feeds\news.pyo", line 372, in index_to_soup File "mechanize\_mechanize.pyo", line 209, in open File "mechanize\_mechanize.pyo", line 261, in _mech_open httperror_seek_wrapper: HTTP Error 407: Proxy Authentication Required ( The ISA Server requires authorization to fulfill the request. Access to the Web Proxy filter is denied. ) **Log**: Using proxies: {'ftp': 'gateway:8080', 'http': 'gateway:8080'} ('httperror_seek_wrapper', u'HTTP Error 407: Proxy Authentication Required ( The ISA Server requires authorization to fulfill the request. Access to the Web Proxy filter is denied. )') Traceback (most recent call last): File "parallel.py", line 957, in worker File "parallel.py", line 915, in work File "calibre\ebooks\lrf\feeds\convert_from.pyo", line 40, in main File "calibre\web\feeds\main.pyo", line 152, in run_recipe File "calibre\web\feeds\recipes\recipe_nytimes.pyo", line 48, in download File "calibre\web\feeds\news.pyo", line 562, in download File "calibre\web\feeds\news.pyo", line 686, in build_index File "calibre\web\feeds\recipes\recipe_nytimes.pyo", line 82, in parse_index File "calibre\web\feeds\news.pyo", line 372, in index_to_soup File "mechanize\_mechanize.pyo", line 209, in open File "mechanize\_mechanize.pyo", line 261, in _mech_open httperror_seek_wrapper: HTTP Error 407: Proxy Authentication Required ( The ISA Server requires authorization to fulfill the request. Access to the Web Proxy filter is denied. ) I have tried re-installing several times (with different configurations for my windows firewall client). I cannot seem to figure out how calibre stores the information regarding my subscriptions between installs. Is that somewhere in the registry? Perhaps if there were just some way that the proxy requirement could be disabled or configured. Thanks |
![]() |
![]() |
![]() |
#2 |
creator of calibre
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 45,136
Karma: 27110892
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
|
on windows calibre gets its proy setting from the registry
'Software\\Microsoft\\Windows\\CurrentVersion\\Int ernet Settings |
![]() |
![]() |
Advert | |
|
![]() |
#3 |
Member
![]() Posts: 19
Karma: 10
Join Date: Mar 2009
Device: Sony PRS-505
|
Call me stupid, but I can't find what I think I should be looking for.
The only key of interest that I found was ...\Internet Settings\ZoneMap\"ProxyByPass" It is currently a 1. Do I set it to zero? None of my other applications (Firefox, IE, pidgin) attempt to use a proxy without being configured to do so. I don't understand where the proxy information is or how to change it. I have access to my ISA gateway but I have verified that none of the settings suggest that there should be an automatic proxy setting. Is there a way to totally uninstall calibre (including all of the local settings)? BTW, great program. Great effort. It's clean, smooth, fast and in python (my favourite language). Cheers, |
![]() |
![]() |
![]() |
#4 |
creator of calibre
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 45,136
Karma: 27110892
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
|
Code:
calibre-debug -c "import winreg;settings = winreg.OpenKey(winreg.HKEY_CURRENT_USER, 'Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings'); print winreg.QueryValueEx(settings, "ProxyEnable")[0]" |
![]() |
![]() |
![]() |
#5 |
Member
![]() Posts: 19
Karma: 10
Join Date: Mar 2009
Device: Sony PRS-505
|
Hmm, a man of few words :P
I ran your code. Problem persists. (I got a black window for about 200ms; I couldn't read it) Did you want the output? How can I give that to you? It still says "Using proxies: {'ftp': 'gateway:8080', 'http': 'gateway:8080'}" I ran the code in the 'run' box in Windows. Was that right? Last edited by fogus; 03-07-2009 at 02:32 AM. Reason: I am against double posting if possible |
![]() |
![]() |
Advert | |
|
![]() |
#6 |
creator of calibre
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 45,136
Karma: 27110892
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
|
Run cmd.exe and then run the code in the resulting terminal
|
![]() |
![]() |
![]() |
#7 |
Member
![]() Posts: 19
Karma: 10
Join Date: Mar 2009
Device: Sony PRS-505
|
Ok, it says the following:
Microsoft Windows XP [Version 5.1.2600] (C) Copyright 1985-2001 Microsoft Corp. S:\>calibre-debug -c "import winreg;settings = winreg.OpenKey(winreg.HKEY_CURREN T_USER, 'Software\\Microsoft\\Windows\\CurrentVersion\\Int ernet Settings'); prin t winreg.QueryValueEx(settings, "ProxyEnable")[0]" Traceback (most recent call last): File "debug.py", line 147, in <module> File "debug.py", line 126, in main File "<string>", line 1, in <module> ImportError: No module named winreg S:\> |
![]() |
![]() |
![]() |
#8 |
creator of calibre
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 45,136
Karma: 27110892
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
|
And I'm guessing you looked at the specified registry key manually?
|
![]() |
![]() |
![]() |
#9 |
Member
![]() Posts: 19
Karma: 10
Join Date: Mar 2009
Device: Sony PRS-505
|
Sorry, dude. I'm having a hard time understanding you. What do you mean, "you looked at the specified registry key manually"? How would I look at it automatically? What's the difference between looking at something manually and automatically?
I ran the code in the command prompt. What key do I look at manually? There is no "QueryValueEx" key in my registry. Is that the key I'm supposed to look at? Is there another one? |
![]() |
![]() |
![]() |
#10 |
creator of calibre
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 45,136
Karma: 27110892
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
|
Under HKEY_CURRENT_USER look for the key Software\\Microsoft\\Windows\\CurrentVersion\\Inte rnet Settings
|
![]() |
![]() |
![]() |
#11 |
Member
![]() Posts: 19
Karma: 10
Join Date: Mar 2009
Device: Sony PRS-505
|
Yes, I see it.
|
![]() |
![]() |
![]() |
#12 |
creator of calibre
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 45,136
Karma: 27110892
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
|
That's where calibre gets its settings from
|
![]() |
![]() |
![]() |
#13 |
Member
![]() Posts: 19
Karma: 10
Join Date: Mar 2009
Device: Sony PRS-505
|
Oh. Which part? (of the 3440 lines, some is below)
Code:
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings] "MinorVersion"=";SP2;" "CodeBaseSearchPath"="CODEBASE;<http://activex.microsoft.com/objects/ocget.dll>;<http://codecs.microsoft.com/isapi/ocget.dll>" "UrlEncoding"="0x00000000" "ActiveXCache"="C:\\WINDOWS\\Downloaded Program Files" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\5.0] "SpecialDomains"="lp. rg." [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\Cache] "Signature"="Client UrlCache MMF Ver 5.2" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\Cache\Content] "PerUserItem"=dword:00000001 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\Cache\Cookies] "PerUserItem"=dword:00000001 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\Cache\History] "PerUserItem"=dword:00000001 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\NSCookieUpgrade] "Version"=dword:00000000 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\User Agent] [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\User Agent\Post Platform] ".NET CLR 2.0.50727"="" ".NET CLR 3.0.04506.30"="" ".NET CLR 3.0.04506.648"="" ".NET CLR 3.5.21022"="" ".NET CLR 3.0.4506.2152"="" ".NET CLR 3.5.30729"="" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Accepted Documents] "0"="image/gif" "1"="image/x-xbitmap" "2"="image/jpeg" "3"="image/pjpeg" "flash"="application/x-shockwave-flash" "**"="application/vnd.ms-excel" "***"="application/vnd.ms-powerpoint" "*"="application/msword" "xaml"="application/xaml+xml" "xps"="application/vnd.ms-xpsdocument" "xbap"="application/x-ms-xbap" "application"="application/x-ms-application" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\ActiveX Cache] "0"="C:\\WINDOWS\\Downloaded Program Files" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\AllowedBehaviors] @="" "#default#VML"=dword:00000000 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\AllowedDragImageExts] @="" ".aif"=dword:00000001 ".aifc"=dword:00000001 ".aiff"=dword:00000001 ".art"=dword:00000001 ".asf"=dword:00000001 ".asx"=dword:00000001 ".au"=dword:00000001 ".avi"=dword:00000001 ".bm"=dword:00000001 ".bmp"=dword:00000001 ".dib"=dword:00000001 ".dvr-ms"=dword:00000001 ".emf"=dword:00000001 ".gif"=dword:00000001 ".ico"=dword:00000001 ".jfif"=dword:00000001 ".jpe"=dword:00000001 ".jpeg"=dword:00000001 ".jpg"=dword:00000001 ".m1v"=dword:00000001 ".m3u"=dword:00000001 ".mid"=dword:00000001 ".midi"=dword:00000001 ".mp2"=dword:00000001 ".mp2v"=dword:00000001 ".mp3"=dword:00000001 ".mpa"=dword:00000001 ".mpe"=dword:00000001 ".mpeg"=dword:00000001 ".mpg"=dword:00000001 ".mpv"=dword:00000001 ".mpv2"=dword:00000001 ".png"=dword:00000001 ".rmi"=dword:00000001 ".snd"=dword:00000001 ".tif"=dword:00000001 ".tiff"=dword:00000001 ".wav"=dword:00000001 ".wax"=dword:00000001 ".wm"=dword:00000001 ".wma"=dword:00000001 ".wmf"=dword:00000001 ".wmp"=dword:00000001 ".wmv"=dword:00000001 ".wmx"=dword:00000001 ".wvx"=dword:00000001 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\AllowedDragProtocols] @="" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\AllowedDragProtocols\0] @="" "*"=dword:00000000 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\AllowedDragProtocols\1] @="" "http"=dword:00000000 "https"=dword:00000000 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\AllowedDragProtocols\2] @="" "*"=dword:00000000 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\AllowedDragProtocols\3] @="" "http"=dword:00000000 "https"=dword:00000000 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\AllowedDragProtocols\4] @="" "http"=dword:00000000 "https"=dword:00000000 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Cache] "FreshnessInterval"=hex:80,f4,03,00 "CleanupFactor"=hex:19,00,00,00 "CleanupTime"=hex:00,00,00,00 "Persistent"=hex:01,00,00,00 "CleanupInterval"=hex:80,51,01,00 "DebugFlag"=hex:ff,ff,00,00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Cache\Paths] "Paths"=dword:00000004 "Directory"="C:\\Documents and Settings\\jspratt-dsa\\Local Settings\\Temporary Internet Files\\Content.IE5" "Size"=hex:24,01,00,00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Cache\Paths\path1] "CacheLimit"=dword:000df8f8 "CachePath"="C:\\Documents and Settings\\jspratt-dsa\\Local Settings\\Temporary Internet Files\\Content.IE5\\Cache1" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Cache\Paths\path2] "CacheLimit"=dword:000df8f8 "CachePath"="C:\\Documents and Settings\\jspratt-dsa\\Local Settings\\Temporary Internet Files\\Content.IE5\\Cache2" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Cache\Paths\path3] "CacheLimit"=dword:000df8f8 "CachePath"="C:\\Documents and Settings\\jspratt-dsa\\Local Settings\\Temporary Internet Files\\Content.IE5\\Cache3" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Cache\Paths\path4] "CacheLimit"=dword:000df8f8 "CachePath"="C:\\Documents and Settings\\jspratt-dsa\\Local Settings\\Temporary Internet Files\\Content.IE5\\Cache4" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Cache\Special Paths] [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Cache\Special Paths\Cookies] "Directory"=hex(2):25,00,55,00,53,00,45,00,52,00,50,00,52,00,4f,00,46,00,49,00,\ 4c,00,45,00,25,00,5c,00,43,00,6f,00,6f,00,6b,00,69,00,65,00,73,00,00,00 "CachePrefix"="Cookie:" "CacheLimit"=hex:00,04,00,00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Cache\Special Paths\History] @="Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\Url History" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Last Update] [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Last Update\IEXPLOREV4] "CurrentVerTimestamp"="Sun, 21 April 1996 01:00:00 GMT" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones] [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0] @="" "DisplayName"="My Computer" "Description"="Your computer" "Icon"="explorer.exe#0100" "CurrentLevel"=dword:00000000 "Flags"=dword:00000021 "1001"=dword:00000000 "1004"=dword:00000003 "1200"=dword:00000003 "1201"=dword:00000003 "1206"=dword:00000000 "1400"=dword:00000001 "1402"=dword:00000000 "1405"=dword:00000000 "1406"=dword:00000000 "1407"=dword:00000000 "1601"=dword:00000000 "1604"=dword:00000000 "1605"=dword:00000000 "1606"=dword:00000000 "1607"=dword:00000000 "1608"=dword:00000000 "1609"=dword:00000001 "1800"=dword:00000000 "1802"=dword:00000000 "1803"=dword:00000000 "1804"=dword:00000000 "1805"=dword:00000000 "1806"=dword:00000000 "1807"=dword:00000000 "1808"=dword:00000000 "1809"=dword:00000003 "1A00"=dword:00000000 "1A02"=dword:00000000 "1A03"=dword:00000000 "1A04"=dword:00000003 "1A05"=dword:00000000 "1A06"=dword:00000000 "1A10"=dword:00000000 "1C00"=dword:00000000 "1E05"=dword:00030000 "2000"=dword:00010000 "2100"=dword:00000003 "2101"=dword:00000003 "2102"=dword:00000003 "2200"=dword:00000003 "2201"=dword:00000003 "1207"=dword:00000003 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1] @="" "DisplayName"="Local intranet" "Description"="This zone contains all Web sites that are on your organization's intranet." "Icon"="shell32.dll#0018" "CurrentLevel"=dword:00000000 "Flags"=dword:000000db "1001"=dword:00000001 "1004"=dword:00000003 "1200"=dword:00000003 "1201"=dword:00000003 "1206"=dword:00000000 "1400"=dword:00000001 "1402"=dword:00000000 "1405"=dword:00000000 "1406"=dword:00000001 "1407"=dword:00000000 "1601"=dword:00000000 "1604"=dword:00000000 "1605"=dword:00000000 "1606"=dword:00000000 "1607"=dword:00000000 "1608"=dword:00000000 "1609"=dword:00000001 "1800"=dword:00000001 "1802"=dword:00000000 "1803"=dword:00000000 "1804"=dword:00000001 "1805"=dword:00000000 "1806"=dword:00000000 "1807"=dword:00000000 "1808"=dword:00000000 "1809"=dword:00000003 "1A00"=dword:00020000 "1A02"=dword:00000000 "1A03"=dword:00000000 "1A04"=dword:00000003 "1A05"=dword:00000000 "1A06"=dword:00000000 "1A10"=dword:00000000 "1C00"=dword:00000000 "1E05"=dword:00030000 "2000"=dword:00010000 "2100"=dword:00000003 "2101"=dword:00000003 "2102"=dword:00000003 "2200"=dword:00000003 "2201"=dword:00000003 "1207"=dword:00000003 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\2] @="" "DisplayName"="Trusted sites" "Description"="This zone contains Web sites that you trust not to damage your computer or data." "Icon"="inetcpl.cpl#00004480" "CurrentLevel"=dword:00000000 "Flags"=dword:00000021 "1001"=dword:00000000 "1004"=dword:00000003 "1200"=dword:00000003 "1201"=dword:00000003 "1206"=dword:00000000 "1400"=dword:00000001 "1402"=dword:00000000 "1405"=dword:00000000 "1406"=dword:00000000 "1407"=dword:00000000 "1601"=dword:00000000 "1604"=dword:00000000 "1605"=dword:00000000 "1606"=dword:00000000 "1607"=dword:00000000 "1608"=dword:00000000 "1609"=dword:00000001 "1800"=dword:00000000 "1802"=dword:00000000 "1803"=dword:00000000 "1804"=dword:00000000 "1805"=dword:00000000 "1806"=dword:00000000 "1807"=dword:00000000 "1808"=dword:00000000 "1809"=dword:00000003 "1A00"=dword:00000000 "1A02"=dword:00000000 "1A03"=dword:00000000 "1A04"=dword:00000003 "1A05"=dword:00000000 "1A06"=dword:00000000 "1A10"=dword:00000000 "1C00"=dword:00000000 "1E05"=dword:00030000 "2000"=dword:00010000 "2100"=dword:00000003 "2101"=dword:00000003 "2102"=dword:00000003 "2200"=dword:00000003 "2201"=dword:00000003 "1207"=dword:00000003 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3] @="" "DisplayName"="Internet" "Description"="This zone contains all Web sites you haven't placed in other zones" "Icon"="inetcpl.cpl#001313" "CurrentLevel"=dword:00000000 "Flags"=dword:00000021 "1001"=dword:00000001 "1004"=dword:00000003 "1200"=dword:00000003 "1201"=dword:00000003 "1206"=dword:00000003 "1400"=dword:00000001 "1402"=dword:00000000 "1405"=dword:00000000 "1406"=dword:00000003 "1407"=dword:00000000 "1601"=dword:00000001 "1604"=dword:00000000 "1605"=dword:00000000 "1606"=dword:00000000 "1607"=dword:00000000 "1608"=dword:00000000 "1609"=dword:00000001 "1800"=dword:00000001 "1802"=dword:00000000 "1803"=dword:00000000 "1804"=dword:00000001 "1805"=dword:00000001 "1806"=dword:00000001 "1807"=dword:00000001 "1808"=dword:00000000 "1809"=dword:00000000 "1A00"=dword:00020000 "1A02"=dword:00000000 "1A03"=dword:00000000 "1A04"=dword:00000003 "1A05"=dword:00000001 "1A06"=dword:00000000 "1A10"=dword:00000001 "1C00"=dword:00000000 "1E05"=dword:00030000 "2000"=dword:00010000 "2100"=dword:00000003 "2101"=dword:00000003 "2102"=dword:00000003 "2200"=dword:00000003 "2201"=dword:00000003 "1207"=dword:00000003 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4] @="" "DisplayName"="Restricted sites" "Description"="This zone contains Web sites that could potentially damage your computer or data." "Icon"="inetcpl.cpl#00004481" "CurrentLevel"=dword:00000000 "Flags"=dword:00000021 "1001"=dword:00000003 "1004"=dword:00000003 "1200"=dword:00000003 "1201"=dword:00000003 "1206"=dword:00000003 "1400"=dword:00000003 "1402"=dword:00000003 "1405"=dword:00000003 "1406"=dword:00000003 "1407"=dword:00000003 "1601"=dword:00000001 "1604"=dword:00000001 "1605"=dword:00000000 "1606"=dword:00000003 "1607"=dword:00000003 "1608"=dword:00000003 "1609"=dword:00000001 "1800"=dword:00000003 "1802"=dword:00000001 "1803"=dword:00000003 "1804"=dword:00000003 "1805"=dword:00000001 "1806"=dword:00000003 "1807"=dword:00000001 "1808"=dword:00000000 "1809"=dword:00000000 "1A00"=dword:00010000 "1A02"=dword:00000003 "1A03"=dword:00000003 "1A04"=dword:00000003 "1A05"=dword:00000003 "1A06"=dword:00000003 "1A10"=dword:00000003 "1C00"=dword:00000000 "1E05"=dword:00030000 "2000"=dword:00000003 "2100"=dword:00000003 "2101"=dword:00000003 "2102"=dword:00000003 "2200"=dword:00000003 "2201"=dword:00000003 "180B"=dword:00000003 "1207"=dword:00000003 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Passport] @="" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\PluggableProtocols] "ms-help"="" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\SafeSites] "ie.search.msn.com"="http://ie.search.msn.com/*" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Secure Mime Handlers] @="" "CorTransientLoader.CorLoad.1"="" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\SO] [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\SO\ACTIVE_CONTENT] "Type"="group" "Text"="ActiveX Controls and plugins" "PlugUIText"="@inetcplc.dll,-4774" "Bitmap"="C:\\WINDOWS\\system32\\inetcpl.cpl,1321" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\SO\ACTIVE_CONTENT\ACTIVEX] "Type"="group" "Text"="Run ActiveX controls and plugins" "PlugUIText"="@inetcplc.dll,-4775" "Bitmap"="C:\\WINDOWS\\system32\\inetcpl.cpl,1321" "HelpID"="iexplore.hlp#50499" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\SO\ACTIVE_CONTENT\ACTIVEX\ALLOW] "Type"="radio" "RegPath"="SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\Zones\\%s" "RegPoliciesPath"="SOFTWARE\\Policies\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\Zones\\%s" "Text"="Enable" "PlugUIText"="@inetcplc.dll,-4803" "ValueName"="1200" "CheckedValue"=dword:00000000 "DefaultValue"=dword:00000003 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\SO\ACTIVE_CONTENT\ACTIVEX\APPROVE] "Type"="radio" "RegPath"="SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\Zones\\%s" "RegPoliciesPath"="SOFTWARE\\Policies\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\Zones\\%s" "Text"="Administrator approved" "PlugUIText"="@inetcplc.dll,-4806" "ValueName"="1200" "CheckedValue"=dword:00010000 "DefaultValue"=dword:00000003 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\SO\ACTIVE_CONTENT\ACTIVEX\DENY] "Type"="radio" "RegPath"="SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\Zones\\%s" "RegPoliciesPath"="SOFTWARE\\Policies\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\Zones\\%s" "Text"="Disable" "PlugUIText"="@inetcplc.dll,-4805" "ValueName"="1200" "CheckedValue"=dword:00000003 "DefaultValue"=dword:00000003 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\SO\ACTIVE_CONTENT\ACTIVEX\QUERY] "Type"="radio" "RegPath"="SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\Zones\\%s" "RegPoliciesPath"="SOFTWARE\\Policies\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\Zones\\%s" "Text"="Prompt" "PlugUIText"="@inetcplc.dll,-4804" "ValueName"="1200" "CheckedValue"=dword:00000001 "DefaultValue"=dword:00000003 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\SO\ACTIVE_CONTENT\AUTOMATIC_ACTIVEX_UI] "Type"="group" "Text"="Automatic prompting for ActiveX controls" "PlugUIText"="@xpsp2res.dll,-4889" "Bitmap"="C:\\WINDOWS\\system32\\inetcpl.cpl,1321" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\SO\ACTIVE_CONTENT\AUTOMATIC_ACTIVEX_UI\DISABLE] "Type"="radio" "RegPath"="SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\Zones\\%s" "RegPoliciesPath"="SOFTWARE\\Policies\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\Zones\\%s" "Text"="Disable" "PlugUIText"="@inetcplc.dll,-4805" "ValueName"="2201" "CheckedValue"=dword:00000003 "DefaultValue"=dword:00000003 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\SO\ACTIVE_CONTENT\AUTOMATIC_ACTIVEX_UI\ENABLE] "Type"="radio" "RegPath"="SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\Zones\\%s" "RegPoliciesPath"="SOFTWARE\\Policies\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\Zones\\%s" "Text"="Enable" "PlugUIText"="@inetcplc.dll,-4803" "ValueName"="2201" "CheckedValue"=dword:00000000 "DefaultValue"=dword:00000003 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\SO\ACTIVE_CONTENT\BBHVR] "Type"="group" "Text"="Binary and script behaviors" "PlugUIText"="@xpsp2res.dll,-4881" "Bitmap"="C:\\WINDOWS\\system32\\inetcpl.cpl,1321" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\SO\ACTIVE_CONTENT\BBHVR\APPROVE] "Type"="radio" "RegPath"="SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\Zones\\%s" "RegPoliciesPath"="SOFTWARE\\Policies\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\Zones\\%s" "Text"="Administrator approved" "PlugUIText"="@inetcplc.dll,-4806" "ValueName"="2000" "CheckedValue"=dword:00010000 "DefaultValue"=dword:00000003 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\SO\ACTIVE_CONTENT\BBHVR\DISABLE] "Type"="radio" "RegPath"="SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\Zones\\%s" "RegPoliciesPath"="SOFTWARE\\Policies\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\Zones\\%s" "Text"="Disable" "PlugUIText"="@inetcplc.dll,-4805" "ValueName"="2000" "CheckedValue"=dword:00000003 "DefaultValue"=dword:00000003 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\SO\ACTIVE_CONTENT\BBHVR\ENABLE] "Type"="radio" "RegPath"="SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\Zones\\%s" "RegPoliciesPath"="SOFTWARE\\Policies\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\Zones\\%s" "Text"="Enable" "PlugUIText"="@inetcplc.dll,-4803" "ValueName"="2000" "CheckedValue"=dword:00000000 "DefaultValue"=dword:00000003 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\SO\ACTIVE_CONTENT\BBHVR\PROMPT] "Type"="radio" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\SO\ACTIVE_CONTENT\BBHVR\QUERY] "RegPath"="SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\Zones\\%s" "RegPoliciesPath"="SOFTWARE\\Policies\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\Zones\\%s" "Text"="Prompt" "PlugUIText"="@inetcplc.dll,-4804" "ValueName"="2000" "CheckedValue"=dword:00000001 "DefaultValue"=dword:00000003 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\SO\ACTIVE_CONTENT\ENABLE] "Type"="group" "Text"="Download signed ActiveX controls" "PlugUIText"="@inetcplc.dll,-4776" "Bitmap"="C:\\WINDOWS\\system32\\inetcpl.cpl,1321" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\SO\ACTIVE_CONTENT\ENABLE\ALLOW] "Type"="radio" "RegPath"="SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\Zones\\%s" "RegPoliciesPath"="SOFTWARE\\Policies\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\Zones\\%s" "Text"="Enable" "PlugUIText"="@inetcplc.dll,-4803" "ValueName"="1001" "CheckedValue"=dword:00000000 "DefaultValue"=dword:00000003 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\SO\ACTIVE_CONTENT\ENABLE\DENY] "Type"="radio" "RegPath"="SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\Zones\\%s" "RegPoliciesPath"="SOFTWARE\\Policies\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\Zones\\%s" "Text"="Disable" "PlugUIText"="@inetcplc.dll,-4805" "ValueName"="1001" "CheckedValue"=dword:00000003 "DefaultValue"=dword:00000003 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\SO\ACTIVE_CONTENT\ENABLE\QUERY] "Type"="radio" "RegPath"="SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\Zones\\%s" "RegPoliciesPath"="SOFTWARE\\Policies\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\Zones\\%s" "Text"="Prompt" "PlugUIText"="@inetcplc.dll,-4804" "ValueName"="1001" "CheckedValue"=dword:00000001 "DefaultValue"=dword:00000003 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\SO\ACTIVE_CONTENT\SAFETY] "Type"="group" "Text"="Initialize and script ActiveX controls not marked as safe" "PlugUIText"="@inetcplc.dll,-4783" "Bitmap"="C:\\WINDOWS\\system32\\inetcpl.cpl,1321" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\SO\ACTIVE_CONTENT\SAFETY\ALLOW] "Type"="radio" "RegPath"="SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\Zones\\%s" "RegPoliciesPath"="SOFTWARE\\Policies\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\Zones\\%s" "Text"="Enable" "PlugUIText"="@inetcplc.dll,-4803" "ValueName"="1201" "CheckedValue"=dword:00000000 "DefaultValue"=dword:00000003 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\SO\ACTIVE_CONTENT\SAFETY\DENY] "Type"="radio" "RegPath"="SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\Zones\\%s" "RegPoliciesPath"="SOFTWARE\\Policies\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\Zones\\%s" "Text"="Disable" "PlugUIText"="@inetcplc.dll,-4805" "ValueName"="1201" "CheckedValue"=dword:00000003 "DefaultValue"=dword:00000003 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\SO\ACTIVE_CONTENT\SAFETY\QUERY] "Type"="radio" "RegPath"="SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\Zones\\%s" "RegPoliciesPath"="SOFTWARE\\Policies\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\Zones\\%s" "Text"="Prompt" "PlugUIText"="@inetcplc.dll,-4804" "ValueName"="1201" "CheckedValue"=dword:00000001 "DefaultValue"=dword:00000003 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\SO\ACTIVE_CONTENT\SCRIPTSAFE] "Type"="group" "Text"="Script ActiveX controls marked safe for scripting" "PlugUIText"="@inetcplc.dll,-4784" "Bitmap"="C:\\WINDOWS\\system32\\inetcpl.cpl,1321" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\SO\ACTIVE_CONTENT\SCRIPTSAFE\ALLOW] "Type"="radio" "RegPath"="SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\Zones\\%s" "RegPoliciesPath"="SOFTWARE\\Policies\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\Zones\\%s" "Text"="Enable" "PlugUIText"="@inetcplc.dll,-4803" "ValueName"="1405" "CheckedValue"=dword:00000000 "DefaultValue"=dword:00000003 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\SO\ACTIVE_CONTENT\SCRIPTSAFE\DENY] "Type"="radio" "RegPath"="SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\Zones\\%s" "RegPoliciesPath"="SOFTWARE\\Policies\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\Zones\\%s" "Text"="Disable" "PlugUIText"="@inetcplc.dll,-4805" "ValueName"="1405" "CheckedValue"=dword:00000003 "DefaultValue"=dword:00000003 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\SO\ACTIVE_CONTENT\SCRIPTSAFE\QUERY] "Type"="radio" "RegPath"="SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\Zones\\%s" "RegPoliciesPath"="SOFTWARE\\Policies\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\Zones\\%s" "Text"="Prompt" "PlugUIText"="@inetcplc.dll,-4804" "ValueName"="1405" "CheckedValue"=dword:00000001 "DefaultValue"=dword:00000003 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\SO\ACTIVE_CONTENT\UNSIGNEDACTIVEX] "Type"="group" "Text"="Download unsigned ActiveX controls" "PlugUIText"="@inetcplc.dll,-4777" "Bitmap"="C:\\WINDOWS\\system32\\inetcpl.cpl,1321" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\SO\ACTIVE_CONTENT\UNSIGNEDACTIVEX\ALLOW] "Type"="radio" "RegPath"="SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\Zones\\%s" "RegPoliciesPath"="SOFTWARE\\Policies\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\Zones\\%s" "Text"="Enable" "PlugUIText"="@inetcplc.dll,-4803" "ValueName"="1004" "CheckedValue"=dword:00000000 "DefaultValue"=dword:00000003 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\SO\ACTIVE_CONTENT\UNSIGNEDACTIVEX\DENY] "Type"="radio" "RegPath"="SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\Zones\\%s" "RegPoliciesPath"="SOFTWARE\\Policies\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\Zones\\%s" "Text"="Disable" "PlugUIText"="@inetcplc.dll,-4805" "ValueName"="1004" "CheckedValue"=dword:00000003 "DefaultValue"=dword:00000003 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\SO\ACTIVE_CONTENT\UNSIGNEDACTIVEX\QUERY] "Type"="radio" "RegPath"="SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\Zones\\%s" "RegPoliciesPath"="SOFTWARE\\Policies\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\Zones\\%s" "Text"="Prompt" "PlugUIText"="@inetcplc.dll,-4804" "ValueName"="1004" "CheckedValue"=dword:00000001 "DefaultValue"=dword:00000003 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\SO\AUTH] "Type"="group" "Text"="User Authentication" "PlugUIText"="@inetcplc.dll,-4788" "Bitmap"="C:\\WINDOWS\\system32\\inetcpl.cpl,1323" |
![]() |
![]() |
![]() |
#14 |
creator of calibre
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 45,136
Karma: 27110892
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
|
IIRC a key named, somewhat unimaginatively, ProxyServer
|
![]() |
![]() |
![]() |
#15 |
creator of calibre
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 45,136
Karma: 27110892
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
|
And I just remembered, another place it could be getting the setting from is an environment variable named http_proxy
|
![]() |
![]() |
![]() |
Thread Tools | Search this Thread |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Data Fetch Through Proxy... | jpenglish | Library Management | 17 | 06-14-2011 09:17 AM |
K4 Mac or PC Using Kindle for PC with Proxy | evilK | Amazon Kindle | 21 | 07-28-2010 07:23 AM |
Is Calibre Proxy Aware? | eelizondo | Calibre | 6 | 07-08-2010 12:10 PM |
sorry, still about proxy | Valio | Calibre | 1 | 11-06-2009 10:13 AM |
Connect and internet proxy? | yowzah | Sony Reader | 8 | 05-28-2007 05:35 PM |