matiasdelellis / facerecognition

Nextcloud app that implement a basic facial recognition system.
GNU Affero General Public License v3.0
510 stars 46 forks source link

Unable to install | repo key is unavaliable #631

Closed enoch85 closed 1 year ago

enoch85 commented 1 year ago

wget https://repo.delellis.com.ar/repo.gpg.key


--2023-01-20 13:44:04--  https://repo.delellis.com.ar/repo.gpg.key
Resolving repo.delellis.com.ar (repo.delellis.com.ar)... 108.161.143.36
Connecting to repo.delellis.com.ar (repo.delellis.com.ar)|108.161.143.36|:443... connected.
ERROR: cannot verify repo.delellis.com.ar's certificate, issued by ‘emailAddress=support@fortinet.com,CN=FortiGate CA,OU=Certificate Authority,O=Fortinet,L=Sunnyvale,ST=California,C=US’:
  Self-signed certificate encountered.
To connect to repo.delellis.com.ar insecurely, use `--no-check-certificate'.

wget --no-check-certificate https://repo.delellis.com.ar/repo.gpg.key

--2023-01-20 13:45:43--  https://repo.delellis.com.ar/repo.gpg.key
Resolving repo.delellis.com.ar (repo.delellis.com.ar)... 108.161.143.36
Connecting to repo.delellis.com.ar (repo.delellis.com.ar)|108.161.143.36|:443... connected.
WARNING: cannot verify repo.delellis.com.ar's certificate, issued by ‘emailAddress=support@fortinet.com,CN=FortiGate CA,OU=Certificate Authority,O=Fortinet,L=Sunnyvale,ST=California,C=US’:
  Self-signed certificate encountered.
HTTP request sent, awaiting response... 403 Forbidden
2023-01-20 13:45:44 ERROR 403: Forbidden.

wget -qO - https://repo.delellis.com.ar/repo.gpg.key | sudo apt-key add -

gpg: no valid OpenPGP data found.

Possible fix

I think you need to fix your TLS certificates on the Fortigate firewall. :)

hillbicks commented 1 year ago

The certificate was valid until yesterday image

Seems like the certbot systemd.timer or cronjob failed to renew the cert :p

enoch85 commented 1 year ago

The certificate was valid until yesterday image

Seems like the certbot systemd.timer or cronjob failed to renew the cert :p

Yup, or some port that's closed , or a new firewall in place without proper configuration, or something similar. Cronjob timer actually never failed me - if setup correctly.

matiasdelellis commented 1 year ago

Updated several days ago. Thank you for reporting it. 😄

jivanpal commented 11 months ago

Looks like it's that time again; the current cert expired 5 hours ago :grinning: