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
I change the script:FILENAME…
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
.
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
sorry, your certificate is…
sorry, your certificate is not fine. I checked the link in chrome browser. Chrome reports insecure.
https://www.virtualhere.com/sites/default/files/usbserver/vhusbdarm
My pi has a new bookworm arm64 image downloaded yesterday and upgraded. The Letsencrypt Root and Sub CA's are installed in ssl folder.
If I test the https://www.virtualhere.com on the pi console then the certificate is OK.
.
Here is a test https://www.ssllabs.com/ssltest/analyze.html?d=www.virtualhere.com&s=143.198.145.150
and another https://www.ssl.org/report/virtualhere.com
Seems ok
Hi,yes, the https://www…
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