"Certificate Verify Failed" #298

Open
opened 2025-08-27 22:20:45 -04:00 by Bretplays · 6 comments
Bretplays commented 2025-08-27 22:20:45 -04:00 (Migrated from github.com)

Im getting the error " WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1129)'))': /
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1129)'))': /
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1129)'))': /
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1129)'))': /
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1129)'))': /
ERROR: Could not install packages due to an OSError: HTTPSConnectionPool(host='get.zotify.xyz', port=443): Max retries exceeded with url: / (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1129)')))

Cannot determine package name from spec 'https://get.zotify.xyz'. Check package spec for errors."

Im getting the error " WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1129)'))': / WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1129)'))': / WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1129)'))': / WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1129)'))': / WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1129)'))': / ERROR: Could not install packages due to an OSError: HTTPSConnectionPool(host='get.zotify.xyz', port=443): Max retries exceeded with url: / (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1129)'))) Cannot determine package name from spec 'https://get.zotify.xyz'. Check package spec for errors."
Fortyseven commented 2025-08-28 16:52:43 -04:00 (Migrated from github.com)

Seeing this, probably related:

❯ python -m pip install git+https://zotify.xyz/zotify/zotify.git
Collecting git+https://zotify.xyz/zotify/zotify.git
  Cloning https://zotify.xyz/zotify/zotify.git to /tmp/pip-req-build-170ppwej
  Running command git clone --filter=blob:none --quiet https://zotify.xyz/zotify/zotify.git /tmp/pip-req-build-170ppwej
  fatal: unable to access 'https://zotify.xyz/zotify/zotify.git/': server certificate verification failed. CAfile: none CRLfile: none
  error: subprocess-exited-with-error

Also:

Image
Seeing this, probably related: ``` ❯ python -m pip install git+https://zotify.xyz/zotify/zotify.git Collecting git+https://zotify.xyz/zotify/zotify.git Cloning https://zotify.xyz/zotify/zotify.git to /tmp/pip-req-build-170ppwej Running command git clone --filter=blob:none --quiet https://zotify.xyz/zotify/zotify.git /tmp/pip-req-build-170ppwej fatal: unable to access 'https://zotify.xyz/zotify/zotify.git/': server certificate verification failed. CAfile: none CRLfile: none error: subprocess-exited-with-error ``` Also: <img width="907" height="678" alt="Image" src="https://github.com/user-attachments/assets/53c2eba4-9124-4002-befb-9a7fc56004bc" />
mauricehoutman commented 2025-08-28 17:09:26 -04:00 (Migrated from github.com)

Same here. Zotify.xyz seems down.

Collecting git+https://zotify.xyz/zotify/zotify.git
  Cloning https://zotify.xyz/zotify/zotify.git to /tmp/pip-req-build-pxjpduac
  Running command git clone --filter=blob:none --quiet https://zotify.xyz/zotify/zotify.git /tmp/pip-req-build-pxjpduac
  fatal: unable to access 'https://zotify.xyz/zotify/zotify.git/': server certificate verification failed. CAfile: none CRLfile: none
  error: subprocess-exited-with-error
  
  × git clone --filter=blob:none --quiet https://zotify.xyz/zotify/zotify.git /tmp/pip-req-build-pxjpduac did not run successfully.
  │ exit code: 128
  ╰─> See above for output.
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error

× git clone --filter=blob:none --quiet https://zotify.xyz/zotify/zotify.git /tmp/pip-req-build-pxjpduac did not run successfully.
│ exit code: 128
╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.
Same here. Zotify.xyz seems down. ``` Collecting git+https://zotify.xyz/zotify/zotify.git Cloning https://zotify.xyz/zotify/zotify.git to /tmp/pip-req-build-pxjpduac Running command git clone --filter=blob:none --quiet https://zotify.xyz/zotify/zotify.git /tmp/pip-req-build-pxjpduac fatal: unable to access 'https://zotify.xyz/zotify/zotify.git/': server certificate verification failed. CAfile: none CRLfile: none error: subprocess-exited-with-error × git clone --filter=blob:none --quiet https://zotify.xyz/zotify/zotify.git /tmp/pip-req-build-pxjpduac did not run successfully. │ exit code: 128 ╰─> See above for output. note: This error originates from a subprocess, and is likely not a problem with pip. error: subprocess-exited-with-error × git clone --filter=blob:none --quiet https://zotify.xyz/zotify/zotify.git /tmp/pip-req-build-pxjpduac did not run successfully. │ exit code: 128 ╰─> See above for output. note: This error originates from a subprocess, and is likely not a problem with pip. ```
josephthehighiqidiot commented 2025-09-26 19:09:55 -04:00 (Migrated from github.com)

change URL to https://github.com/zotify-dev/zotify/archive/refs/heads/main.zip fixes it for the time being

change URL to https://github.com/zotify-dev/zotify/archive/refs/heads/main.zip fixes it for the time being
Mateille commented 2025-10-02 15:14:45 -04:00 (Migrated from github.com)

`PS C:\Users\Mateille> python -m pip install git+https://github.com/zotify-dev/zotify/archive/refs/heads/main.zip
Defaulting to user installation because normal site-packages is not writeable
Collecting git+https://github.com/zotify-dev/zotify/archive/refs/heads/main.zip
Cloning https://github.com/zotify-dev/zotify/archive/refs/heads/main.zip to c:\users\mateille\appdata\local\temp\pip-req-build-ya400u2n
Running command git clone --filter=blob:none --quiet https://github.com/zotify-dev/zotify/archive/refs/heads/main.zip 'C:\Users\Mateille\AppData\Local\Temp\pip-req-build-ya400u2n'
remote: Not Found
fatal: repository 'https://github.com/zotify-dev/zotify/archive/refs/heads/main.zip/' not found
error: subprocess-exited-with-error

× git clone --filter=blob:none --quiet https://github.com/zotify-dev/zotify/archive/refs/heads/main.zip 'C:\Users\Mateille\AppData\Local\Temp\pip-req-build-ya400u2n' did not run successfully.
│ exit code: 128
╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error

× git clone --filter=blob:none --quiet https://github.com/zotify-dev/zotify/archive/refs/heads/main.zip 'C:\Users\Mateille\AppData\Local\Temp\pip-req-build-ya400u2n' did not run successfully.
│ exit code: 128
╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.
PS C:\Users\Mateille>`
Did not work for me, how can I fix it ?

`PS C:\Users\Mateille> python -m pip install git+https://github.com/zotify-dev/zotify/archive/refs/heads/main.zip Defaulting to user installation because normal site-packages is not writeable Collecting git+https://github.com/zotify-dev/zotify/archive/refs/heads/main.zip Cloning https://github.com/zotify-dev/zotify/archive/refs/heads/main.zip to c:\users\mateille\appdata\local\temp\pip-req-build-ya400u2n Running command git clone --filter=blob:none --quiet https://github.com/zotify-dev/zotify/archive/refs/heads/main.zip 'C:\Users\Mateille\AppData\Local\Temp\pip-req-build-ya400u2n' remote: Not Found fatal: repository 'https://github.com/zotify-dev/zotify/archive/refs/heads/main.zip/' not found error: subprocess-exited-with-error × git clone --filter=blob:none --quiet https://github.com/zotify-dev/zotify/archive/refs/heads/main.zip 'C:\Users\Mateille\AppData\Local\Temp\pip-req-build-ya400u2n' did not run successfully. │ exit code: 128 ╰─> See above for output. note: This error originates from a subprocess, and is likely not a problem with pip. error: subprocess-exited-with-error × git clone --filter=blob:none --quiet https://github.com/zotify-dev/zotify/archive/refs/heads/main.zip 'C:\Users\Mateille\AppData\Local\Temp\pip-req-build-ya400u2n' did not run successfully. │ exit code: 128 ╰─> See above for output. note: This error originates from a subprocess, and is likely not a problem with pip. PS C:\Users\Mateille>` Did not work for me, how can I fix it ?
MaikeMota commented 2025-10-14 16:25:53 -04:00 (Migrated from github.com)

@Mateille use the link direcly, without git+ prefix

python -m pip install https://github.com/zotify-dev/zotify/archive/refs/heads/main.zip

@Mateille use the link direcly, without `git+` prefix `python -m pip install https://github.com/zotify-dev/zotify/archive/refs/heads/main.zip`
kafisatz commented 2025-12-04 07:09:57 -05:00 (Migrated from github.com)

ideally this should be in the installation description

ideally this should be in the installation description
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
zotify-dev/zotify#298
No description provided.