79582097

Date: 2025-04-19 06:57:52
Score: 0.5
Natty:
Report link

Your async proxy fails with HTTPS because after the 200 Connection established response, you're supposed to tunnel encrypted data without touching it. But your code closes sockets too early and doesn’t handle both directions properly. Use asyncio.open_connection() and forward data both ways until the connection naturally ends

Reasons:
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: SyntaxTerror