Need help to resolve this issue: pulling manifest Error: max retries exceeded: Get "https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/s… tls: failed to verify certificate: x509: certificate has expired or is not yet valid:
Posted by Sanket_N@reddit | LocalLLaMA | View on Reddit | 1 comments
Need help to resolve this issue:
pulling manifest
Error: max retries exceeded: Get "https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/s… tls: failed to verify certificate: x509: certificate has expired or is not yet valid:
Status_Record_1839@reddit
x509 cert errors on Ollama usually mean your system clock is off. Check with `date` and sync with `sudo ntpdate pool.ntp.org` (or `timedatectl set-ntp true` on systemd). Also worth running `ollama pull` again after restarting the ollama service.