Disabling SSL Verification for Self-Signed Certificate in Typesense-JS
TLDR 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.
Jul 29, 2021 (28 months ago)
Robert
02:58 PMerror: self signed certificate
code: DEPTH_ZERO_SELF_SIGNED_CERT
Is it possible to disable the verification of the ssl cert so that self signed certs are also allowed ? Asking only about the JS client
Kishore Nallan
03:03 PMRobert
03:38 PMRobert
04:03 PMKishore Nallan
04:09 PMKishore Nallan
04:09 PMKishore Nallan
04:10 PMRobert
05:06 PMTypesense
Indexed 2779 threads (79% resolved)
Similar Threads
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.
Accepting Self-Signed Certificates in Typesense Python API
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.
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.
Setting up DNS Records for Typesense Servers and SSL Configuration
michtio needed assistance in setting up DNS records for Typesense servers in AWS and configuring SSL. Jason shared steps on how to set up A Records and fetch an SSL cert for HTTPS on port 443. The user later solved his issue with Jason's help.
Troubleshooting Typesense and Firestore Connection
Carter had trouble connecting Typesense and Firestore. After troubleshooting with Jason, the issue was identified to be SSL cert setup, and resolved through setting-up ngrok tunnel for local-hosting.