Commit 43fade4
David Cooper
Fix #2271
This commit fixes #2271 by adding the `-no_ssl2` option to the call to get_host_cert() in run_drown(). There is at least one server that causes OpenSSL to hang if this call to get_host_cert() results in an SSLv2 ClientHello being sent. Since this call to get_host_cert() only needs to find the server's certificate in cases in which the server does not support SSLv2, there is no need to send an SSLv2 ClientHello.1 parent 92a80f7 commit 43fade4
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17998 | 17998 | | |
17999 | 17999 | | |
18000 | 18000 | | |
18001 | | - | |
| 18001 | + | |
18002 | 18002 | | |
18003 | 18003 | | |
18004 | 18004 | | |
| |||
0 commit comments