I tried to upgrade the firmware on my Asus Chromebox, OE is already installed in single boot mode. I got the following:
Chromebox:~ # curl -L -O
https://goo.gl/SoCQtG
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (77) error setting certificate verify locations:
CAfile: /etc/ssl/cacert.pem
CApath: none
Something missing here? There's only /etc/ssl/cert.pem on my system.
EDIT: OK, I got it: I have to use: curl -L -O --cacert /etc/ssl/cert.pem
https://goo.gl/SoCQtG
EDIT 2: Now I get this:
Checking if update available...
Error downloading firmware version information; cannot proceed.
I tried rebooting and do it again (bash SoCQtG), but it's the same.
Any idea?
EDIT 3: Solved. I had to add '--cacert /etc/ssl/cert.pem' to all curl statements in the script...