On Wed, 29 Jun 2016, Sven Schreiber wrote:
Hi,
thanks for today's last-minute additions and fixes.
One other thing: Could it be that the settings for a network proxy are not
taken into account when trying to upload a function package to the server? I
have tried from behind a proxy with that proxy set to active in gretl's
settings and got some kind of garbled html message in return. When I went
online directly, bypassing the proxy and de-activating it in gretl, it
worked.
The http proxy setting is checked in upload_function_package() in
lib/src/gretl_www.c, and if it's found to be active then we call
curl_easy_setopt() with flag CURLOPT_PROXY. So I don't know what the
problem is here.
Allin