hacdias / webdav

A simple and standalone WebDAV server.
MIT License
3.41k stars 426 forks source link

There is a problem with Windows mapping #146

Closed TDCBQ closed 3 months ago

TDCBQ commented 1 year ago

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

hacdias commented 3 months ago

I'm not sure what the problem here is, nor have I ever seen this. Please re-open if this is still a problem. Nevertheless, it's likely related to your configuration and not this package.

TDCBQ commented 3 months ago

sorry,its's my mistake

OhnkytaBlabdey commented 17 hours ago

i meet the same error, how to fix it?