HTTP headers: x_csize: 0 error. again.
« on: May 18, 2016, 10:29:36 AM »
Hi there,

Stuck in the subject error.

Have fullfunctional version over the year, but after web server move to PHP 5.6 version found this problem.

Non SSL version works fine, but https returns "HTTP headers: x_csize: 0 error" immediately.

Would you please help?

THanks in advance
Re: HTTP headers: x_csize: 0 error. again.
« Reply #2 on: May 18, 2016, 11:01:45 AM »
Did that already.
It crawl only site root with curl on.
Re: HTTP headers: x_csize: 0 error. again.
« Reply #3 on: May 18, 2016, 01:02:14 PM »
Just wanna clarify my previuos reply - our site contains 900+ pages and with curl option on sitemap genarator crawls only one page - site root.
Re: HTTP headers: x_csize: 0 error. again.
« Reply #4 on: May 19, 2016, 01:15:01 AM »
Probably there is a configuration problem - it looks like your server doesn't allow local network connections  (the case when request is sent from the same server where website is located)  via port 443 (http) - sas a result sitemap generator is not able to crawl the site. This is usually related to firewall installed at the host - could you please contact your hosting support regarding this?
Re: HTTP headers: x_csize: 0 error. again.
« Reply #5 on: May 19, 2016, 01:53:50 PM »
Finally i'd stepped back in front of this issue amd moved generator to standalone server to make the crawl procedure through the external IP only.

Looks like ssl/tsl issue over the firewall as i'd also seen in other posts.

Thanks.