Alexandre Alapetite

Results 1092 comments of Alexandre Alapetite

Related: Tests and feedback welcome: * https://github.com/FreshRSS/FreshRSS/pull/7760

Have you checked whether the FreshRSS requests were actually going through your proxy? You can also use the proxy options at feed level. Related: https://github.com/FreshRSS/FreshRSS/pull/7231 (tests welcome)

I have not not a full debugging, but I have fixed a few related things in https://github.com/FreshRSS/FreshRSS/pull/7231 Tests welcome

Thanks for trying. I was not sure https://github.com/FreshRSS/FreshRSS/pull/7231 would change anything. It was mostly some fixes and improvements I did while looking at what your problem could be. It looks...

My second guess would be that there is a mismatch between content compression and the HTTP headers declaring the compression.

~~@Izkda Could you please give an example of content for `$data` in the case?~~ Edit: Sorry, that is already in your log. Thanks

Ok, that is very useful. I think this is because for this type of proxy, we should enable [`CURLOPT_HTTPPROXYTUNNEL`](https://php.net/curl.constants#constant.curlopt-httpproxytunnel). See https://curl.se/libcurl/c/CURLOPT_HTTPPROXYTUNNEL.html PR welcome to add this new option in FreshRSS,...

PR welcome for adding an option to enable [`CURLOPT_HTTPPROXYTUNNEL`](https://php.net/curl.constants#constant.curlopt-httpproxytunnel)

Related (help welcome): https://github.com/FreshRSS/FreshRSS/pull/5748 So you would like everything to be in database, or through environment variables, or through standard outputs, right? Only during the setup, or also during the...

Hello, You did not give edit rights to the PR, so I could not push my many fixes. See https://github.com/FreshRSS/FreshRSS/pull/7002