We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The built-in busybox wget is not fetching https://api.ipify.org when i tried to run the image. The script/docker terminates with the followong errors:
wget: note: TLS certificate validation not implemented wget: TLS error from peer (alert code 40): handshake failure wget: error getting response: Connection reset by peer
My guess is that the busybox 1.36.0 that comes with the image doesn't support the server cyphers.
PORT STATE SERVICE 443/tcp open https | ssl-enum-ciphers: | TLSv1.2: | ciphers: | TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (secp256r1) - A | TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 (secp256r1) - A | compressors: | NULL | cipher preference: client | TLSv1.3: | ciphers: | TLS_AKE_WITH_AES_128_GCM_SHA256 (ecdh_x25519) - A | TLS_AKE_WITH_AES_256_GCM_SHA384 (ecdh_x25519) - A | TLS_AKE_WITH_CHACHA20_POLY1305_SHA256 (ecdh_x25519) - A | cipher preference: client |_ least strength: A
Would be nice if we could somehow skip the external ip option, or specify own url (or both).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The built-in busybox wget is not fetching https://api.ipify.org when i tried to run the image. The script/docker terminates with the followong errors:
My guess is that the busybox 1.36.0 that comes with the image doesn't support the server cyphers.
Would be nice if we could somehow skip the external ip option, or specify own url (or both).
The text was updated successfully, but these errors were encountered: