Page 1 of 1

bug report for Linux client?

Posted: Fri Apr 03, 2020 1:01 pm
by oz42
How can I report a bug in the Linux client?

netstat says:

10.0.8.2:45176 65.254.110.245:8080 SYN_SENT 980/FAHClient

This means that environment variables like https_proxy or HTTPS_PROXY are ignored.

Re: bug report for Linux client?

Posted: Fri Apr 03, 2020 11:26 pm
by Frogging101
FAHClient might not respond to environment variables like HTTPS_PROXY, but that's not really a "bug". It's just the lack of a feature.

There are, however, client options for using an HTTP proxy:

Code: Select all

Network:
  proxy <string=>
    Set proxy for outgoing HTTP connections

  proxy-enable <boolean=false>
    Enable proxy configuration

  proxy-pass <string=>
    Set password for proxy connections

  proxy-user <string=>
    Set user name for proxy connections
The configuration window in FAHControl ("Advanced Control") says this in reference to the built-in proxy support:
FAHControl wrote: The Folding@Home client currently only supports basic and digest authentication. Specifically NTLM, SOCKS, and SSL/TLS proxies are not supported.
If you want to use other proxy types like SOCKS, perhaps look into something like tsocks or proxychains.

Re: bug report for Linux client?

Posted: Sat Apr 04, 2020 10:00 am
by oz42
Thank you!