hacdias / webdav

Simple Go WebDAV server.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

There is a problem with Windows mapping

TDCBQ opened this issue · comments

commented

http2: server: error reading preface from client 192.168.188.132:58945: read tcp 192.168.122.93:21235->192.168.188.132:58945: read: connection reset by peer
2022/12/14 09:58:57 http2: server: error reading preface from client 192.168.188.132:58946: read tcp 192.168.122.93:21235->192.168.188.132:58946: read: connection reset by peer
2022/12/14 09:58:57 http: TLS handshake error from 192.168.188.132:58947: EOF
2022/12/14 09:59:10 http2: server: error reading preface from client 192.168.188.132:58959: read tcp 192.168.122.93:21235->192.168.188.132:58959: read: connection reset by peer
image

The certificate has been downloaded, but the TLS handshake will be turned off by Windows. How can I solve this problem