Closed jtlarson closed 5 months ago
In case it's useful, here's additional curl verbose output:
curl -vSfLO https://github.com/MichaIng/DietPi/archive/master.tar.gz
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Trying 140.82.116.4:443...
* Connected to github.com (140.82.116.4) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
* CAfile: /etc/ssl/certs/ca-certificates.crt
* CApath: /etc/ssl/certs
} [5 bytes data]
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
} [512 bytes data]
* error:1408F10B:SSL routines:ssl3_get_record:wrong version number
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
* Closing connection 0
curl: (35) error:1408F10B:SSL routines:ssl3_get_record:wrong version number
Update: found that my router was blocking this due to parental filters. After disabling that the update worked!
Details:
Linux dietpi-nano 6.1.21-v8+ #1642 SMP PREEMPT Mon Apr 3 17:24:16 BST 2023 aarch64 GNU/Linux
curl -sSfLO https://github.com/MichaIng/DietPi/archive/master.tar.gz
Steps to reproduce:
Expected behaviour:
Actual behaviour:
Extra details:
Additional logs: