proxy setting

(from github.com/ndrwchn)
Hi,

I always got ‘connection refused’. If Fess behind proxy server, is it necessary to setup proxy? Or it is ok to use OS’s setting as default?

Thanks!

(from github.com/ndrwchn)
log:

org.codelibs.fess.crawler.exception.CrawlingAccessException: Connection time out(Connect to xx.xx.com:80 [xx.xx.com/xx.xx.xx.xx] failed: Connection refused: connect): http://xx.xx.com/search/
at org.codelibs.fess.crawler.client.http.HcHttpClient.processHttpMethod(HcHttpClient.java:745)

(from github.com/marevol)
Could you put the following settings to Config Parameters for Crawling Config?

client.proxyHost=hostname
client.proxyPort=1234

(from github.com/ndrwchn)
Thanks a lot!

(from github.com/acossette1979)
@marevol
I will try these setting, I did put it at first on the fess_config.properties and it didnt worked.
Do you have a documentation of all existing Config parameters ?

(from github.com/marevol)
Yes.