26.03.2025, 13:19
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)