Cryosparc instance information:
Type = single workstation
Software version = 4.7.1
uname -a && free -g output =
Linux redacted 6.5.0-21-generic #21~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Feb 9 13:32:52 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
total used free shared buff/cache available
Mem: 62 3 53 0 5 58
Swap: 1 0 1
Cryosparc worker environment:
Thu Nov 13 10:47:03 2025
±----------------------------------------------------------------------------------------+
| NVIDIA-SMI 550.54.14 Driver Version: 550.54.14 CUDA Version: 12.4 |
|-----------------------------------------±-----------------------±---------------------+
| GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|=========================================+========================+======================|
| 0 NVIDIA GeForce RTX 3050 OEM Off | 00000000:01:00.0 Off | N/A |
| 0% 51C P8 11W / 120W | 17MiB / 8192MiB | 0% Default |
| | | N/A |
±----------------------------------------±-----------------------±---------------------+
±----------------------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=========================================================================================|
| 0 N/A N/A 1678 G /usr/lib/xorg/Xorg 9MiB |
| 0 N/A N/A 1882 G /usr/bin/gnome-shell 2MiB |
±----------------------------------------------------------------------------------------+
Issue:
I have recently installed cryosparc, but when I try to start the first job “import micrographs” it says:
[Verify Failed] certificate verify failed: self signed certificate in certificate chain.
When I tried to check the cryosparc status (cryosparcm status) the output is:
CryoSPARC System master node installed at
/home/cryoem/cryosparc/cryosparc_master
Current cryoSPARC version: v4.7.1
CryoSPARC process status:
app RUNNING pid 24742, uptime 1 day, 19:17:34
app_api RUNNING pid 24764, uptime 1 day, 19:17:32
app_api_dev STOPPED Not started
command_core RUNNING pid 24667, uptime 1 day, 19:17:43
command_rtp RUNNING pid 24728, uptime 1 day, 19:17:36
command_vis RUNNING pid 24696, uptime 1 day, 19:17:38
database RUNNING pid 24563, uptime 1 day, 19:17:47
WARNING: Could NOT verify active license “redacted”
License validation results:
✓ CRYOSPARC_LICENSE_ID environment variable is set
✓ License has correct format
✓ Insecure mode is disabled
✓ License server set to “https://get.cryosparc.com”
✕ Connection to license server FAILED
While verifying the license, CryoSPARC encountered HTTPSConnectionPool(host=‘get.cryosparc.com’, port=443): Max retries exceeded with url: /checklicenseexists/redacted (Caused by SSLError(SSLCertVerificationError(1, ‘[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate in certificate chain (_ssl.c:1007)’)))
global config variables:
export CRYOSPARC_LICENSE_ID=“redacted”
export CRYOSPARC_MASTER_HOSTNAME=“redacted”
export CRYOSPARC_DB_PATH=“/home/cryoem/cryosparc/cryosparc_database”
export CRYOSPARC_BASE_PORT=39000
export CRYOSPARC_DB_CONNECTION_TIMEOUT_MS=20000
export CRYOSPARC_INSECURE=false
export CRYOSPARC_DB_ENABLE_AUTH=true
export CRYOSPARC_CLUSTER_JOB_MONITOR_INTERVAL=10
export CRYOSPARC_CLUSTER_JOB_MONITOR_MAX_RETRIES=1000000
export CRYOSPARC_PROJECT_DIR_PREFIX=‘CS-’
export CRYOSPARC_DEVELOP=false
export CRYOSPARC_CLICK_WRAP=true
when I try to access cryosparc by typing:
curl [license endpoint]
the output is:
{“message”:“Missing Authentication Token”}
Please could you give me some advice about what the problem could be?
Thank you!