<div dir="ltr"><div>Hello,</div><div><br></div><div>I have an Apache 2.4.27/OpenSSL1.1.0f server running with mod_dav enabled.  </div><div><br></div><div>One of my WebDAV clients can't connect to it, but all other WebDAV clients (WinSCP, etc.) are connecting OK.</div><div><br></div><div>Apache sends a 'Handshake Failure' immediately:</div><div><br></div><div>No.     Time                    Source                Destination           Length Protocol Src Prt Dst Prt Info</div><div>      4 2017-07-24 22:38:38.516 xxx.xxx.xxx.xx        yyy.yyy.yyy.yy        180    SSLv2    52883   443     Client Hello</div><div>      5 2017-07-24 22:38:38.516 yyy.yyy.yyy.yy        xxx.xxx.xxx.xx        84     TCP      443     52883   443→52883 [ACK] Seq=1 Ack=49 Win=525568 Len=0</div><div>      6 2017-07-24 22:38:38.525 yyy.yyy.yyy.yy        xxx.xxx.xxx.xx        98     SSLv3    443     52883   Alert (Level: Fatal, Description: Handshake Failure)</div><div><br></div><div>The client's 'Client Hello' packet is as follows:</div><div><br></div><div>No.     Time                    Source                Destination           Length Protocol Src Prt Dst Prt Info</div><div>      4 2017-07-25 14:58:26.128 xxx.xxx.xxx.xx        xxx.xxx.xxx.xx        180    SSLv2    62572   443     Client Hello</div><div><br></div><div>Frame 4: 180 bytes on wire (1440 bits), 92 bytes captured (736 bits) on interface 0</div><div>Null/Loopback</div><div>Internet Protocol Version 4, Src: xxx.xxx.xxx.xx (xxx.xxx.xxx.xx), Dst: xxx.xxx.xxx.xx (xxx.xxx.xxx.xx)</div><div>Transmission Control Protocol, Src Port: 62572 (62572), Dst Port: 443 (443), Seq: 1, Ack: 1, Len: 48</div><div>Secure Sockets Layer</div><div>    SSLv2 Record Layer: Client Hello</div><div>        [Version: SSL 2.0 (0x0002)]</div><div>        Length: 46</div><div>        Handshake Message Type: Client Hello (1)</div><div>        Version: SSL 3.0 (0x0300)</div><div>        Cipher Spec Length: 21</div><div>        Session ID Length: 0</div><div>        Challenge Length: 16</div><div>        Cipher Specs (7 specs)</div><div>            Cipher Spec: TLS_RSA_WITH_3DES_EDE_CBC_SHA (0x00000a)</div><div>            Cipher Spec: TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA (0x000013)</div><div>            Cipher Spec: TLS_RSA_WITH_RC4_128_SHA (0x000005)</div><div>            Cipher Spec: TLS_RSA_WITH_RC4_128_MD5 (0x000004)</div><div>            Cipher Spec: SSL2_RC4_128_WITH_MD5 (0x010080)</div><div>            Cipher Spec: SSL2_DES_192_EDE3_CBC_WITH_MD5 (0x0700c0)</div><div>            Cipher Spec: TLS_EMPTY_RENEGOTIATION_INFO_SCSV (0x0000ff)</div><div>        Challenge</div><div><br></div><div>Has anyone else had anything like this?</div><div><br></div><div>Todd</div></div>