Accepting Self-Signed Certificates in Typesense Python API
TLDR Rotfisch is having issues with Python API and self-signed certificates in Typesense. Kishore Nallan informs that it's not possible with the official client and suggests creating a custom HTTP client.
1
Mar 15, 2023 (9 months ago)
Rotfisch
10:46 AMMax retries exceeded with url: /collections (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate (_ssl.c:997)')))
Is there a way to trust self-signed Certificates in Python API?
Kishore Nallan
01:48 PM1
Typesense
Indexed 3005 threads (79% resolved)
Similar Threads
Disabling SSL Verification for Self-Signed Certificate in Typesense-JS
Robert needed support with disabling the SSL certification in Typesense-JS node client for a self-signed certificate. Kishore Nallan proposed a workaround on Stackoverflow.
Troubleshooting Typesense Launch with HTTPS Protocol via Docker
Gines struggled to launch Typesense with HTTPS, initially failing to mount the certificate directory in Docker. Even after addressing this, Gines hit an SSL error, to which Kishore Nallan confirmed that an actual hostname, not an IP address, was needed.
Skipping SSL Verification in Typesense-JS Client Configuration
James inquired about skipping SSL verification in typesense-js for testing. Advised by Jason, the user can utilize axios or LetsEncrypt.