12-29-2014 02:24 PM
Is it possible to modify the BCE_Config.xml file so that the plug-in will use "Use system proxy settings" I'm guessing it is in this section:
Name of proxy configuration, specifed in the <proxies> section,
to use when communicating with key server.
-->
<proxy></proxy>
</keyserver>
<!--
Proxy configurations. This feature is not supported on Android, or iOS.
-->
<proxies>
<!-- The value of the name attribute should be used in the keyserver proxy tag above to use a proxy. -->
<proxy name="name">
<!--
Proxy implementation class to use. Supported values are
Web
SOCKS4
SOCKS4a
SOCKS5
-->
<type></type>
But I don't know what to specify for "Use System Proxy Settings".
01-01-2015 03:38 PM
I would have to agree that the BCE Config documentation is very limited, I did not use the proxy setting, but had to trial and error my way through the rest of the BCE. I think you might be close, you should open a ticket if you haven't already. Would be interested in the solution.
<proxy>192.168.254.10:3128</proxy>
Not sure about the rest, without testing it on a proxy server.
03-04-2015 08:22 AM
I believe "Use system proxy settings" is the default, and it's indicated by not specifying any proxy data:
<proxy></proxy>
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide