docker-library / busybox

Docker Official Image packaging for Busybox
http://busybox.net
388 stars 126 forks source link

TLS error from peer (alert code 40) #196

Open wcollin opened 3 months ago

wcollin commented 3 months ago

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 commented 3 months ago

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