You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm updating a Rails app, and finding that I can't update OpenSSL, without getting EOF errors:
SSL_connect returned=1 errno=0 peeraddr=<IP_ADDR>:636 state=error: unexpected eof while reading
I need TLSv1_2 to work, maybe that's part of the problem... If I'm using OpenSSL 1.0.2u, it works fine. If I try to update it to 1.1.1t or 3.0.5, I get these eof errors.
net-ldap is version 0.18.0. ruby version is 3.1.4. Usage is as follows:
I'm updating a Rails app, and finding that I can't update OpenSSL, without getting EOF errors:
SSL_connect returned=1 errno=0 peeraddr=<IP_ADDR>:636 state=error: unexpected eof while reading
I need TLSv1_2 to work, maybe that's part of the problem... If I'm using OpenSSL 1.0.2u, it works fine. If I try to update it to 1.1.1t or 3.0.5, I get these eof errors.
net-ldap is version 0.18.0. ruby version is 3.1.4. Usage is as follows:
I saw, it looked like there may be similar issues else where... redis/redis-rb#1106
Is this maybe an issue with this library? Any thoughts? Thanks!
The text was updated successfully, but these errors were encountered: