Hi,
I'm coding an AI Agents in Python using OpenRouter API. The identical Python code runs without any problems on my older HP laptop, but crashes on my new Samsung laptop with the following error message: 'Connection aborted.', ConnectionResetError(10054, 'An existing connection was closed by the remote host.', None, 10054, None)
After a complex diagnosis using Python diagnostic programs, which were run and compared on both laptops, Claude concluded that the new Samsung laptop had the following problem caused by BitDefender: BitDefender Firewall blocks TLS handshakes over IPv6 to Cloudflare servers (2606:4700::/32)
With a bugfix program which forces to use IPv4 instead of IPv6, the code runs also on the new Samsung laptop.
Does anyone has same experience with BitDefender and has a configuration solution for BitDefender?
Many thanks in advance