mirror of
https://github.com/pikvm/pikvm.git
synced 2026-03-02 18:16:56 -05:00
The certificate has expired #520
Labels
No labels
component:documentation
help wanted
resolution:delayed
resolution:duplicate
resolution:fixed
resolution:invalid
resolution:rejected
resolution:wontfix
success story
type:bug
type:bug
type:feature
type:question
type:question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pikvm-pikvm#520
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @wnark on GitHub (Aug 30, 2022).
Originally assigned to: @mdevaev on GitHub.
Describe the bug
When using wget to download, it prompts: The certificate has expired
To Reproduce
Expected behavior
can be downloaded normally
Screenshots

PiKVM info:
@mdevaev commented on GitHub (Sep 2, 2022):
You have a problem with system clock. Check
timedatectl@wnark commented on GitHub (Sep 7, 2022):
Hello, I checked that the time is correct, the only possibility is that the time zone is wrong, so I modified the time zone, the local time is completely correct after modifying the time zone, but I still found the same error

@wnark commented on GitHub (Sep 7, 2022):
It may be a bug of wget
https://archlinuxarm.org/forum/viewtopic.php?f=57&t=16070
@mdevaev commented on GitHub (Sep 7, 2022):
You can use curl instead of wget in this case.
@mdevaev commented on GitHub (Sep 7, 2022):
In any case, this problem is not on our side.