Commit f929e39
authored
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 52fe210 commit f929e39
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15646 | 15646 | | |
15647 | 15647 | | |
15648 | 15648 | | |
15649 | | - | |
| 15649 | + | |
15650 | 15650 | | |
15651 | 15651 | | |
15652 | 15652 | | |
| |||
0 commit comments