Closed GoogleCodeExporter closed 9 years ago
In this method OsxProxySearchStrategy.installPacProxyIfAvailable
proxySettings.get("ProxyAutoConfigEnable") returns null.
Also, proxySettings contains FTPPassive=1 however I turned it off for all
networks
Original comment by m...@xtendx.com
on 24 Jul 2013 at 3:48
The same on OSX 10.8.3
Original comment by m...@xtendx.com
on 24 Jul 2013 at 3:57
You're seeing the same thing I was reporting (Issue: 44) proxy-vole is basing
your proxy info off of the highest priority network interface (this is obscure,
but in your preferences.plist it shows the Bluetooth-Modem as being the highest
priority). If you drill down further, there is no proxy information under
bluetooth modem other than FTPPassive=1. If you go into your network
preferences and select the gear icon and service order, you can bump your
Ethernet or Wi-Fi up to position 1 and verify that proxy-vole now works in OS/X.
I propose that someone changes it to select en0 or en1 (commonly Ethernet and
Wifi), unless anyone has a better solution.
Original comment by KannedF...@gmail.com
on 12 Aug 2013 at 2:27
Scratch that, en1 on my MacBook Air (2013) is Bluetooth PAN. What a disaster
too... under /NetworkServices/<service_id>/Interface I get the following:
DeviceName: en1
Hardware: Ethernet
Type: Ethernet
UserDefinedName: Bluetooth PAN
Anyone know of any System files to cross reference for identifying BT
interfaces?
Original comment by KannedF...@gmail.com
on 12 Aug 2013 at 2:46
I have found the same issue as described above (with reading the highest
priority network interfaces, which may not be the right one). I thought I had a
solution (looping through the interfaces in order until hitting an Ethernet
interface), but that seems unreliable since there may be more than one. Has
anyone figured out a way to see if an interface is connected or not? The System
Preferences Network config pane has that info, so it must be available
somewhere. With that info, I figure the first Ethernet interface that is also
connected could safely (?) be selected as the one to pick proxy information
from.
Any other ideas are welcome. The current approach of just picking the highest
priority interface definitely does not work.
Original comment by hansberg...@gmail.com
on 14 Nov 2013 at 12:20
Please see https://code.google.com/p/proxy-vole/issues/detail?id=44 for a
possible solution
Original comment by hansberg...@gmail.com
on 14 Nov 2013 at 11:07
Hi,
This seems to be the same issue as 44 indead. I fixed and closed that one and
the fix is also valid for you. I will release a new version with the fix within
this week.
Have fun,
- Rossi
Original comment by rosstaus...@googlemail.com
on 4 Dec 2013 at 12:28
Original issue reported on code.google.com by
m...@xtendx.com
on 24 Jul 2013 at 3:11