TLS error from peer (alert code 40)
wcollin opened this issue · comments
wcollin commented
busybox version:BusyBox v1.36.1 (2023-05-18 22:34:17 UTC) multi-call binary
wget --no-check-certificate --spider https://prometheus:9090/prometheus/-/ready
Connecting to prometheus:9090 (172.18.0.4:9090)
wget: TLS error from peer (alert code 40): handshake failure
wget: error getting response: Connection reset by peer
when i use busybox:1.35.0, it's ok。
Connecting to prometheus:9090 (172.18.0.4:9090)
remote file exists
Tianon Gravi commented