Today, some PHP scripts that connect to remote hosts using SSL started to throw errors. Example:
call_user_func_array(): SSL_read on shutdown: error:14095126:SSL routines:ssl3_read_n:unexpected eof while reading
This must be related to the openssl 1.1.1e that was updated with 86.0.17:
github.com
Any fix for this issue?
call_user_func_array(): SSL_read on shutdown: error:14095126:SSL routines:ssl3_read_n:unexpected eof while reading
This must be related to the openssl 1.1.1e that was updated with 86.0.17:
ssl3_read_n:unexpected eof while reading while keepalive · Issue #11381 · openssl/openssl
Hey openssl team, I'm using archlinux with nginx-mainline and php-fpm with all packages up-to-date. After upgrading to openssl 1.1.1.e we see the following error happening over and over again. ngin...

Any fix for this issue?