💻 Software
Does openssl errno 104 mean that SSLv2 is disabled?
Fresh5 days ago
Mar 15, 202685995 viewsConfidence Score0%
0%
Problem
I want to check if my server has SSLv2 disabled. I am doing this by attempting to connect remotely with openssl with the following shell command. Most literature I could find on the Internet says if I see something similar to the following error then SSLv2 is properly disabled. I do get the above e…
Error Output
openssl s_client -connect HOSTNAME:443 -ssl2
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Does openssl errno 104 mean that SSLv2 is disabled?
Low Risk
At least on Linux, 104 is for "Connection reset by peer" – in other words, the connection was forcibly closed with a TCP RST packet, either sent out by the server or spoofed by an intermediary. I would try Wireshark/tshark on the Ubuntu server to se…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix