Cannot access rolling iso location

Just a heads up but permissions look messed up on the download server. Getting the following when trying to retrieve the latest rolling iso via VyOS Community

# Forbidden

You don't have permission to access /rolling/current/amd64/ on this server.

Try it
https://downloads.vyos.io/?dir=rolling/current/amd64/

Yep that works.

Was using the following command line to update my rolling devices automatically. Tired URL encoding the link you supplied but that fails with an error. Any suggestions?

printf '%s\n' "Yes" "" "Yes" "Yes" | /opt/vyatta/bin/vyatta-op-cmd-wrapper add system image https://downloads.vyos.io/rolling/current/amd64/vyos-rolling-latest.iso

Running the standard update command on the router directly gets this error

phillipmcmahon@router2:~$ add system image VyOS Community
Trying to fetch ISO file from VyOS Community
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:–:-- --:–:-- --:–:-- 0
curl: (60) SSL certificate problem: certificate is not yet valid
More details here: curl - SSL CA Certificates

curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.
Unable to fetch ISO from VyOS Community

vyos@r4-roll:~$ printf '%s\n' "Yes" "" "Yes" "Yes" | /opt/vyatta/bin/vyatta-op-cmd-wrapper add system image https://downloads.vyos.io/rolling/current/amd64/vyos-rolling-latest.iso
Trying to fetch ISO file from https://downloads.vyos.io/rolling/current/amd64/vyos-rolling-latest.iso
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
 45  309M   45  141M    0     0  3404k      0  0:01:32  0:00:42  0:00:50 1084

I can only show you what my system is showing…

That is the error I am getting.

Just updated my pushing the latest iso locally, rebooted and still getting the same error when using the script or using the standard update command on the router.

Something somewhere isn’t working.

Certificate is not yet valid would imply that the clock on your Vyos router is set incorrectly.

Please check it with show date

Absolutely right!

For some reason it is showing April 26th. Weird, nothing has changed my side, ntp set to time.google.com.

Can I force an update?

set date ntp <ntp server>

I ran “set date ntp” that forced an update.

Never had this issue before. I wonder what changed?

BIOS Battery in your APU flat/going flat, causing it to lose saved time across reboots, would be my guess.

Once the clock is out by a certain amount, NTP won’t try to correct it (unless forced to)

OK, good to know. Thanks for the help as usual!

I will look into that.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.