api - PHP: file_get_contents(): SSL operation failed with code 1

one text

Solution:

This happens when your client can't establish a version. That error happens when you have an older PHP-Version and a newer openssl version. In newer version you have some braking changes and you get that error.

https://github.com/dask/gcsfs/issues/246

what you can try is to downgrade or upgrade your openssl version. That bug should appear in version 1.1.1e. So check your openssl version first and that take a look if you can upgrade it.

OpenSSL.SSL.Error: [('SSL routines', 'ssl3_read_n', 'unexpected eof while reading')] when updating / searching / installing conda packages

Here is another helpfull post for yum.

Source