CSF blocked outgoing requests by python

Post Reply
duysexy
Junior Member
Posts: 1
Joined: 04 Oct 2023, 07:15

CSF blocked outgoing requests by python

Post by duysexy »

my python script it use "requests" lib , requests to graph.facebook.com (with alot of requests per seconds )
catch error showing :
HTTPSConnectionPool(host='graph.facebook.com', port=443): Max retries exceeded with url: /me/ (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f3c30d2ea90>: Failed to establish a new connection: [Errno 111] Connection refused'))

when disable csf "csf -x", it working perfectly.
all value of tcp_out, udp_out, tcp6_out, udp6_out = 1:65535 but not working. pls help . thanks.
Post Reply