-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
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
wget fails with OpenSSL error (old TLS Version) #4
Comments
Which CCU2 Firmware Version are you using? |
How can I get the CCU2 firmware version, unfortunately the CCU is just runnig as gateway without webUi :-( uname -a --> probably version 2.35.16 (released: 2018-07-04) wget version is CCU2 firmware update may help... FW 2.57.x contains wget 1.20.x, probably with tls2.x support |
Wie können auch in deutsch weitermachen - bei GitHub schalte ich immer die Sprache um :-) |
Ja, besten Dank. |
mit FW 2.59.7 geht wget
Ich konnte nicht herausbekommen, ab welcher CCU-FW wget mit tls > 1.0 verfügbar ist. Vorschlag:
Und danke für Deine Anleitung! |
Danke für deine Hinweise. |
wget on CCU2 uses tlsv1, but it seens that github does'n support version 1
Resolving raw.githubusercontent.com... 185.199.110.133, 185.199.109.133, 185.199.111.133, ...
Connecting to raw.githubusercontent.com|185.199.110.133|:443... connected.
OpenSSL: error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version
Unable to establish SSL connection.
Therefore the wget command fails. And because of parameter -q without error message.
Workaround: download on host and copy via scp manually ...
The text was updated successfully, but these errors were encountered: