I'm getting this error:
cURL error 56: OpenSSL SSL_read: No error information (see https://curl.haxx.se/libcurl/c/libcurl-errors.html)
When I google it, I literally get zero results. It appears nobody on earth ever ran into this error.
To be clear, there are other "versions" of this error, that also provide a description, like "SSL_ERROR_SYSCALL, errno 104".
I did this
Sent a request with mutual TLS through PHP (Guzzle library).
I expected the following
The request is successful.
curl/libcurl version
curl 7.67.0 (x86_64-alpine-linux-musl) libcurl/7.67.0 OpenSSL/1.1.1d zlib/1.2.11 nghttp2/1.40.0
Release-Date: 2019-11-06
Protocols: dict file ftp ftps gopher http https imap imaps pop3 pop3s rtsp smb smbs smtp smtps telnet tftp
Features: AsynchDNS HTTP2 HTTPS-proxy IPv6 Largefile libz NTLM NTLM_WB SSL TLS-SRP UnixSockets
operating system
Linux {DEPLOYMENT_NAME} 4.14.138+ #1 SMP Tue Sep 3 02:58:08 PDT 2019 x86_64 Linux
I'm getting this error:
When I google it, I literally get zero results. It appears nobody on earth ever ran into this error.
To be clear, there are other "versions" of this error, that also provide a description, like "SSL_ERROR_SYSCALL, errno 104".
I did this
Sent a request with mutual TLS through PHP (Guzzle library).
I expected the following
The request is successful.
curl/libcurl version
operating system
Linux {DEPLOYMENT_NAME} 4.14.138+ #1 SMP Tue Sep 3 02:58:08 PDT 2019 x86_64 Linux