JTA-STAR / J-STAR

Desktop PI-STAR for Raspberry Pi 5B
GNU General Public License v2.0
21 stars 2 forks source link

curl: (77) error setting certificate file: /etc/ssl/certs/ca-certificates.crt #36

Open bi7jta opened 3 months ago

bi7jta commented 3 months ago

http://pi-star/admin/update_HostFile_DMRIds.php

unable to access
https://gitee.com/BI7JTA/WOCHP-PiStar-Dash_BPiM2.git/': The requested URL returned error: 502

curl: (77) error setting certificate file: /etc/ssl/certs/ca-certificates.crt

image

image

sudo curl https://www.bi7jta.cn/files/AndyTaylorTweet/updateScripts/Recovery-Github-from-Gitee.sh | sudo sh

image

bi7jta commented 3 months ago

Solution: @ KK4CMN — 05/10/2024 11:08 PM I got it working

sudo rm -f  /etc/ssl/certs/ca-certificates.crt
sudo apt reinstall ca-certificates

Removed cert, reinstalled, updated certificates. Its still complaining about /boot but i m ignoring that for now

image

bi7jta commented 3 months ago

Reference issue https://github.com/JTA-STAR/J-STAR/issues/37