This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

0A000126:SSL routines::unexpected eof while reading
#1
Dear,


When doing a HTTPS POST, I get
Code:
0A000126:SSL routines::unexpected eof while reading

This code used to work.

I think this started after upgrading to SW: 20240426. I have restarted the LM after this error.

libopenssl 3.0.13-1
luasocket 2.0.2-20240325

It looks similar to this stackoverflow issue:
Quote:OpenSSL 3 reintroducing a feature to prevent truncation attacks


My HW: Reactor v2 (i.MX28)

Can I debug somehow?


Thanks,

Kristof
Reply
#2
To which website are you sending POST requests?
Reply
#3
(24.03.2025, 08:57)admin Wrote: To which website are you sending POST requests?

Web interface of https://www.zyxel.com/global/en/products...s/features
Reply
#4
Run this script once and post what you get in Logs. Change IP to your switch IP.
Code:
ip = '192.168.1.1'
res = io.readproc('echo Q | openssl s_client -connect ' .. ip .. ':443')
log(res)
Reply


Forum Jump: