docker-library / busybox

Docker Official Image packaging for Busybox

Home Page:http://busybox.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TLS error from peer (alert code 40)

wcollin opened this issue · comments

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

This might be similar/related to #162 or #134