Greetings,
Again I apologise for not having Windows, so this might not be correct advice.
If I change values in my cean.cgf file these values are not made available to the Erlang node. Could you do my the favour of trying the following command in the Erlang shell:
os:getenv(“HTTP_PROXY”).
Are you getting the values you set in cean.cfg? Or are you just getting false? That means no value.
To avoid trying to set these values from start.bat, a feat I do not know how to perform, I have the following suggestion. In the Erlang shell do:
os:putenv(“HTTP_PROXY”, “[put my proxy here]:[my port here]”).
That should do the trick.
If this works I think I will create a cean:http_proxy/2 to do this. For those that have the same problem in the future.
bengt