SSL_read() failed on Nginx built with new OpenSSL 1.1.1e
Reinis Rozitis
r at roze.lv
Thu Mar 26 10:30:00 UTC 2020
> The Nginx built with OpenSSL 1.1.1d does not generate the error logs. I don't
> know how I can fix this problem.
> Belows are my Nginx build configuration and nginx.conf.
I'm using 1.1.1e bit with reverted EOF patch (so far haven't seen any issues and it seems they are going to revert it anyways):
cd openssl-1.1.1e
wget https://patch-diff.githubusercontent.com/raw/openssl/openssl/pull/10882.patch
patch -R -p1 < 10882.patch
then recompile nginx
rr
More information about the nginx
mailing list