Question: ERROR: returned an error: sending request: SSL error: ssl_write_all 29527: 1 - ERROR_SYSCALL
#699
Labels
ERROR: returned an error: sending request: SSL error: ssl_write_all 29527: 1 - ERROR_SYSCALL
#699
This is not really a bugreport. But I would love to understand what's going on.
I have a host (HTTPS) to scan which frequently returns
Look like this error is thrown in LW2.pm.
tcpdump is telling me the server side sends a TCP reset on a ClientHello. This is not every request in the pcap file.
One thing which puzzles me is in debugging mode the JSON object typically tells me there's no cipher:
which is probably not true if the ClientHellos before the TCP resets are to blame. Q1: Why do I see here no ssl_cipher?
The ClientHello before the TCP reset looks on the first glance ok, I haven't done a side by side comparison with another ClientHello for which I get a proper response yet. Both look like a TLS 1.3 handshake.
The TCP resets don't happen every time.
Scan host is Debian 10. Target is Windows Server 2012 or 2012 R2 or Windows Server 2016.
Q2: has anybody else seen that? (no, I don't think here's a middle box or an IPS/IDS the culprit).
Cheers, Dirk
The text was updated successfully, but these errors were encountered: