[GH-ISSUE #330] Collector on HTTPS site error - SSL: CERTIFICATE_VERIFY_FAILED #194

Closed
opened 2026-02-22 18:18:18 -05:00 by yindo · 2 comments
Owner

Originally created by @Britman72 on GitHub (Nov 3, 2023).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/330

I'm trying to run Collector using the sitemap option. Passing it this site: https://pediatricassociates.com/sitemap

Error:

Traceback (most recent call last):
File "/AnythingLLM/collector/v-env/lib/python3.11/site-packages/urllib3/connectionpool.py", line 714, in urlopen
httplib_response = self._make_request(
^^^^^^^^^^^^^^^^^^^

requests.exceptions.SSLError: HTTPSConnectionPool(host='pediatricassociates.com', port=443): Max retries exceeded with url: /sitemap (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1006)')))

Originally created by @Britman72 on GitHub (Nov 3, 2023). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/330 I'm trying to run Collector using the sitemap option. Passing it this site: https://pediatricassociates.com/sitemap Error: Traceback (most recent call last): File "<root path>/AnythingLLM/collector/v-env/lib/python3.11/site-packages/urllib3/connectionpool.py", line 714, in urlopen httplib_response = self._make_request( ^^^^^^^^^^^^^^^^^^^ `requests.exceptions.SSLError: HTTPSConnectionPool(host='pediatricassociates.com', port=443): Max retries exceeded with url: /sitemap (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1006)')))`
yindo closed this issue 2026-02-22 18:18:18 -05:00
Author
Owner

@timothycarambat commented on GitHub (Nov 3, 2023):

This is not a bug on our end - it would indicate that the site you were requesting did not have a valid SSL certificate. So HTTPs would fail

Looks like a bad site config since while its redirecting or rewriting the URL the certificate is invalid and the script will not wait that long for a redirect.
Screen Shot 2023-11-03 at 12 46 11 PM

@timothycarambat commented on GitHub (Nov 3, 2023): This is not a bug on our end - it would indicate that the site you were requesting did not have a valid SSL certificate. So HTTPs would fail Looks like a bad site config since while its redirecting or rewriting the URL the certificate is invalid and the script will not wait that long for a redirect. <img width="440" alt="Screen Shot 2023-11-03 at 12 46 11 PM" src="https://github.com/Mintplex-Labs/anything-llm/assets/16845892/30a5a97b-7cdb-44e1-ab01-963b9112f6e2">
Author
Owner

@Britman72 commented on GitHub (Nov 3, 2023):

Ah, good catch Tim. First time running the collector and as it happens the two sites I tested had the certificate issue.

Cheers.

@Britman72 commented on GitHub (Nov 3, 2023): Ah, good catch Tim. First time running the collector and as it happens the two sites I tested had the certificate issue. Cheers.
yindo changed title from Collector on HTTPS site error - SSL: CERTIFICATE_VERIFY_FAILED to [GH-ISSUE #330] Collector on HTTPS site error - SSL: CERTIFICATE_VERIFY_FAILED 2026-06-05 14:33:59 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#194