-
Notifications
You must be signed in to change notification settings - Fork 98
Description
We just updated to RustDesk Server Pro 1.4.3 via script and now the console is showing "License is not verified yet".
Editing, reapplying even unbinding the license did nothing for us, we even renewed our subscription, suspecting personal / pro license issues, but with no luck.
hbbs.log shows:
[2024-08-18 09:24:59.976270 +00:00] INFO [src/lic.rs:225] Checking license ...
[2024-08-18 09:24:59.978040 +00:00] ERROR [src/lic.rs:207] builder error
How would we troubleshoot the issue?
( firewall/tls seems fine
curl -X POST https://rustdesk.com/api/lic/license/check -H "Content-Type: application/json" -d "{}"
{"error":"Invalid payload, license, machine or nonce is empty."}
changing from domain to ip during the install script like described in this post also did not help:
https://www.reddit.com/r/rustdesk/comments/16y3s6m/license_is_not_verified_yet/ )
Thanks!