I have problem with new ubuntu 22.04 and openssl 3.0.2

When upgrade my linux to 22.04 and openssl3.0.2 (php7.4-fpm) get this error in my site:

file_get_contents(): SSL operation failed with code 1. OpenSSL Error messages: error:0A000126:SSL routines::unexpected eof while reading
2

1 Answer

How about enabling the Legacy provider?

I saw a similar trouble with Nextcloud on Ubuntu 22.04 and finally I avoid it with this change.

2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like