Created
January 8, 2025 17:54
-
-
Save julian-klode/7ea2bccd0c6cb61dd14e1790af269c92 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/methods/connect.cc b/methods/connect.cc | |
index b00e73eb7..1049afe50 100644 | |
--- a/methods/connect.cc | |
+++ b/methods/connect.cc | |
@@ -849,6 +849,7 @@ struct TlsFd final : public MethodFd | |
break; | |
case SSL_ERROR_SYSCALL: | |
broken = true; | |
+ _error->Errno("openssl", "OpenSSL error when calling kernel function"); | |
break; | |
case SSL_ERROR_SSL: | |
broken = true; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment