Configuring Typesense Server on Digital Ocean
TLDR Ian faced timeout errors when adding new documents to Firebase on their server, Jason advised them to ensure Typesense server is listening on port 443 and configure SSL certificates, providing the relevant command-line arguments.
1
Jun 21, 2022 (18 months ago)
Ian
07:06 PMJason
07:12 PMIan
07:13 PMIan
07:25 PMdocker run \
-p 8108:8108 -v/tmp:/data \
typesense/typesense:0.23.0 \
--data-dir /data --api-key=xyz
I will reinstall with port 443 but I can''t see in the documentation how to configure the SSL
Jason
07:26 PMYou want to use
--ssl-certificate
and --ssl-certificate-key
1
Typesense
Indexed 3011 threads (79% resolved)
Similar Threads
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.
Configuring Docker-hosted Typesense with Let's Encrypt SSL Certificates
Ian asked for help with setting up SSL certificates in a Docker-hosted Typesense. Jason provided suggestions but the issue remains unresolved due to port conflict.
Resolving SSL issues with Typesense on Docker-Compose
Aloha needed help adding SSL to docker-compose for Typesense. Jason guided on how to get an SSL cert and where and how to set it in the configuration.