[Webkit-unassigned] [Bug 287815] New: [curl] LibreSSL SSL_read: Connection closed abruptly, errno 0 (Fatal because this is a curl debug build)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 17 13:11:37 PST 2025


https://bugs.webkit.org/show_bug.cgi?id=287815

            Bug ID: 287815
           Summary: [curl] LibreSSL SSL_read: Connection closed abruptly,
                    errno 0 (Fatal because this is a curl debug build)
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Keywords: DoNotImportToRadar
          Severity: Normal
          Priority: P2
         Component: Platform
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: Hironori.Fujii at sony.com

If I use a debug build of libcurl.dll, some https tests fail.
For example,

  http/wpt/service-workers/check-service-worker-header.https.html [ Failure ]
  imported/w3c/web-platform-tests/cookies/secure/set-from-dom.https.sub.html [ Failure ]
  imported/w3c/web-platform-tests/urlpattern/urlpattern.https.any.worker.html [ Failure ]

If I open https://localhost:9443/WebKit/service-workers/check-service-worker-header.https.html with Windows MiniBrowser,
the following message was reported on the debug console.

> LibreSSL SSL_read: Connection closed abruptly, errno 0 (Fatal because this is a curl debug build)

To use a debug build of libcurl.dll, copy libcurl.dll and zlib1.dll from WebKitLibraries/win/debug/bin directory to WebKitLibraries/win/bin or WebKitBuild/Debug/bin directories.

However, due to another libcurl bug bug#286788, libcurl is going to abort quickly now. You need to compile libcurl with the DEBUGASSERT(NULL) commented out.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20250217/7bb6b8d2/attachment.htm>


More information about the webkit-unassigned mailing list