Open phoebusm opened 7 months ago
Release build for libcurl is needed, as the behaviour changes in different build, e.g. https://github.com/curl/curl/blob/b935fd4a07aa9dc0fa352b0a1d4822c4d901577b/lib/vtls/openssl.c#L4767
In this particular line, signal close_notify not being received at the end of handshake is considered as error in debug build only.
close_notify
Release build for libcurl is needed, as the behaviour changes in different build, e.g. https://github.com/curl/curl/blob/b935fd4a07aa9dc0fa352b0a1d4822c4d901577b/lib/vtls/openssl.c#L4767
In this particular line, signal
close_notify
not being received at the end of handshake is considered as error in debug build only.