Certificate not trusted

Hello,

When installing virtualhere I get the following error:

curl https://raw.githubusercontent.com/virtualhere/script/main/install_server | sudo sh -s - vhusbdarmpi3
 % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                Dload  Upload   Total   Spent    Left  Speed
100  1112  100  1112    0     0   2312      0 --:--:-- --:--:-- --:--:--  2316
--2024-11-19 18:39:53--  https://www.virtualhere.com/sites/default/files/usbserver/vhusbdarmpi3
Auflösen des Hostnamens www.virtualhere.com (www.virtualhere.com)… 2604:a880:4:1d0::63d:5000, 143.198.145.150
Verbindungsaufbau zu www.virtualhere.com (www.virtualhere.com)|2604:a880:4:1d0::63d:5000|:443 … verbunden.
FEHLER: Dem Zertifikat von »www.virtualhere.com« wird nicht vertraut.
FEHLER: Dem Zertifikat von »www.virtualhere.com« ist noch nicht aktiviert.
Das ausgestellte Zertifikat ist noch nicht aktiviert.
chmod: Zugriff auf 'vhusbdarmpi3' nicht möglich: Datei oder Verzeichnis nicht gefunden
mv: der Aufruf von stat für 'vhusbdarmpi3' ist nicht möglich: Datei oder Verzeichnis nicht gefunden

:~ $ uname -a
Linux usb-01 6.6.51+rpt-rpi-v8 #1 SMP PREEMPT Debian 1:6.6.51-1+rpt3 (2024-10-08) aarch64 GNU/Linux
:~ $

apt update; apt upgrade, sync and reboot  does not help
 

#2

I change the script:

FILENAME="vhusbdarmpi3"

wget https://www.virtualhere.com/sites/default/files/usbserver/$FILENAME --no-check-certificate

and now I was able to install

usb-01:~ $ systemctl status virtualhere.service
● virtualhere.service - VirtualHere Server
    Loaded: loaded (/etc/systemd/system/virtualhere.service; enabled; preset: enabled)
    Active: active (running) since Tue 2024-11-19 19:58:55 CET; 1min 55s ago
   Process: 999 ExecStart=/usr/local/sbin/vhusbdarmpi3 -b -c /usr/local/etc/virtualhere/config.ini (code=exited, status=0/SU
  Main PID: 1000 (vhusbdarmpi3)
     Tasks: 13 (limit: 762)
       CPU: 234ms
    CGroup: /system.slice/virtualhere.service
            └─1000 /usr/local/sbin/vhusbdarmpi3 -b -c /usr/local/etc/virtualhere/config.ini
 

#3

The certificate is fine (Note check the certificate properties of this webpage for proof)

I think something is setup incorrectly in your pi. Its probably not accepting letsencrypt certificates for some reason

#6

Hi,

yes, the https://www.virtualhere.com is ok, I also wrote in the last post I checked it also in ssllabs.

The problem is the whole download link in the install script for google chrome and pi bookworm is insecure. I dont know why. In Microsoft Edge the link is also ok.

We can end the discussion here, I had a workaround for my pi.

regards 

Michael