crits / crits_services

CRITs Services Collection
182 stars 130 forks source link

Polling Taxii Feed Failed - IncompletedRead #318

Open KimSangpil opened 7 years ago

KimSangpil commented 7 years ago

Hi. I've been trying to get Taxii service. Everytime I requst poll service I got failed message due to IncompletedRead. Here is my taxii server configuration for taxii agent and error message. My working environment is Ubuntu 16.04 LTS on Windows 10(using Vmware) and installed libtaxii version is 1.1.109 .

image image image image

Any comments are welcomed. Thanks.

apolkosnik commented 7 years ago

You could try to bump up the timeout value in your web server config. The default is 300 seconds, so if this fails after sitting there for 5 minutes, then it might be worth a try.

KimSangpil commented 7 years ago

I changed Timeout 60 to 600 in crits/extras/apache2.conf (Is this correct?) and restarted CRIT. But, it happens same. And I noticed the response time from hailataxii server is quite not anticipated(it takes about 50s ~ 90s)

KimSangpil commented 7 years ago

@apolkosnik Oh, It working smoothly when rebooted. Thanks.