MichaIng / DietPi

Lightweight justice for your single-board computer!
https://dietpi.com/
GNU General Public License v2.0
4.91k stars 499 forks source link

Curl error on DietPi update from v8.16.2 to v9.5.1 #7134

Closed jtlarson closed 5 months ago

jtlarson commented 5 months ago

Details:

jtlarson commented 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 
jtlarson commented 5 months ago

Update: found that my router was blocking this due to parental filters. After disabling that the update worked!