You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a result of setting up internal CAs, we have successfully verified the Typesense server by setting the REQUESTS_CA_BUNDLE inside the Docker container. https://www.selenium.dev/documentation/webdriver/
However, the issue persists when we start crawling a site that is under internal CAs. We receive the following error
Turn on enhanced protection\u003C/a> to get Chrome's highest level of security","errorCode":"net::ERR_CERT_AUTHORITY_INVALID","expirationDate":"May 12, 2025","explanationParagraph":"This server could not prove that it is \u003Cstrong>\u003C/strong>; its security certificate is not trusted by your computer's operating system. This may be caused by a misconfiguration or an attacker intercepting your connection.\
without REQUESTS_CA_BUNDLE points to Typesense server (Request python error)
requests.exceptions.SSLError: HTTPSConnectionPool(host='....................', port=443): Max retries exceeded with url: /collections/oceanblue_k8s_job (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:992)')))
The text was updated successfully, but these errors were encountered:
As a result of setting up internal CAs, we have successfully verified the Typesense server by setting the
REQUESTS_CA_BUNDLE
inside the Docker container. https://www.selenium.dev/documentation/webdriver/However, the issue persists when we start crawling a site that is under internal CAs. We receive the following error
without
REQUESTS_CA_BUNDLE
points to Typesense server (Request python error)The text was updated successfully, but these errors were encountered: