SpatiumPortae / portal

Portal is a quick and easy command-line file transfer utility from any computer to another 🌌 ✨
https://portal.spatiumportae.com
MIT License
1.42k stars 37 forks source link

[BUG] TLS error: failed to verify certificate: x509: certificate has expired or is not yet valid #122

Closed DodoLeDev closed 1 year ago

DodoLeDev commented 1 year ago

Describe the bug The TLS certificate of the main relay server seems to have expired

To Reproduce Steps to reproduce the behavior:

  1. Just try to send a file through the command line utility (portal send ./somefile)
  2. Observe the error: fetching the latest version from relay: Get "https://portal.spatiumportae.com/version": tls: failed to verify certificate: x509: certificate has expired or is not yet valid: current time 2023-08-09T18:13:30Z is after 2023-08-02T18:11:44Z

Expected behavior The communication with the server should work as always... until now.

Screenshots What Firefox says about the webpage: image

Platform / Portal version (please complete the following information):

Additional context Did you know? Earth is the only planet not named after a God!

ZinoKader commented 1 year ago

Thank you for the bug report. It seems like the certification renewal script failed to run. All fixed now!