curl: (56) OpenSSL SSL_read: error:0A000126:SSL routines::unexpected eof while reading, errno 0

itcms

Verified User
Joined
Jul 4, 2019
Messages
109
Location
Athens
After updated to curl 3 stopped my enom account to work


[root@dns2 ~]# openssl ciphers -v | awk '{print $2}' | sort | uniq
SSLv3
TLSv1
TLSv1.2
TLSv1.3
[root@dns2 ~]# curl https://reseller.enom.com
;URL Interface
;Machine is CEN0VWAPI10
;Encoding Type is utf-8
Command=
APIType=API
Language=eng
ErrCount=1
Err1=An invalid command was specified -
ResponseCount=1
ResponseNumber1=304150
ResponseString1=Validation error; invalid ; command
MinPeriod=
MaxPeriod=10
Server=CEN0VWAPI10
Site=
IsLockable=
IsRealTimeTLD=
TimeDifference=+0.00
ExecTime=0.000
Done=true
TrackingKey=94c6b0e6-b9aa-4a1e-82e4-d3bbe4032fa4
RequestDateTime=11/14/2023 12:07:22 PM
curl: (56) OpenSSL SSL_read: error:0A000126:SSL routines::unexpected eof while reading, errno 0

[root@dns2 ~]# dnf info curl
Last metadata expiration check: 0:08:11 ago on Tue 14 Nov 2023 06:56:03 PM UTC.
Installed Packages
Name : curl
Version : 7.76.1
Release : 28.el9
Architecture : x86_64
Size : 669 k
Source : curl-7.76.1-28.el9.src.rpm
Repository : @System
From repo : anaconda
Summary : A utility for getting files from remote servers (FTP, HTTP, and others)
URL : https://curl.se/
License : MIT
Description : curl is a command line tool for transferring data with URL syntax, supporting
: FTP, FTPS, HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT, LDAP, LDAPS, FILE, IMAP,
: SMTP, POP3 and RTSP. curl supports SSL certificates, HTTP POST, HTTP PUT, FTP
: uploading, HTTP form based upload, proxies, cookies, user+password
: authentication (Basic, Digest, NTLM, Negotiate, kerberos...), file transfer
: resume, proxy tunneling and a busload of other useful tricks.

I have view workaround here

Any other have deals with this error ?
 
Back
Top