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
there seems to be an issue in scraping unbound Version 1.19.3 and the latest unbound_extractor version.
the unbound.log shows :
unbound[875:0] debug: new control connection from local
unbound[875:0] debug: comm point stop listening 20
unbound[875:0] debug: comm point start listening 20 (120000 msec)
unbound[875:0] notice: failed connection from local
unbound[875:0] error: remote control failed ssl crypto error:0A00010B:SSL routines::wrong version number
unbound[875:0] debug: comm_point_close of 20: event_del
unbound[875:0] debug: close fd 20
there seems to be an issue in scraping unbound Version 1.19.3 and the latest unbound_extractor version.
the unbound.log shows :
unbound[875:0] debug: new control connection from local
unbound[875:0] debug: comm point stop listening 20
unbound[875:0] debug: comm point start listening 20 (120000 msec)
unbound[875:0] notice: failed connection from local
unbound[875:0] error: remote control failed ssl crypto error:0A00010B:SSL routines::wrong version number
unbound[875:0] debug: comm_point_close of 20: event_del
unbound[875:0] debug: close fd 20
and service status reports :
Apr 26 00:22:40 ubuntu-1 unbound_exporter[1203]: level=error ts=2024-04-26T03:22:40.325Z caller=unbound_exporter.go:532 Failedtoscrapesocket:="read unix @->/usr/local/etc/unbound/unbound.ctl: read: connection reset by peer"
Apr 26 00:22:55 ubuntu-1 unbound_exporter[1203]: level=error
my unbound_exporter command line is :
unbound_exporter -unbound.ca "" -unbound.cert "unbound_control.pem" -unbound.key "unbound_control.pem" -unbound.host unix:////unbound.ctl WorkingDirectory=/opt/unbound_exporter
all the files have the correct access rights and are accessible.
The text was updated successfully, but these errors were encountered: