firestore-typesense-search icon indicating copy to clipboard operation
firestore-typesense-search copied to clipboard

Typesense port protocol params

Open Bermudez0622 opened this issue 2 years ago • 1 comments

Change Summary

If Typesense self hosted cluster is not running at 443 port, firestore will not sync changes image

PR Checklist

Bermudez0622 avatar Aug 21 '22 02:08 Bermudez0622

@Bermudez0622 The reason we haven't allowed protocol to be configured in the extension is because the trigger functions run on Firebase and so we don't want calls to Typesense going over an unencrypted http connection via the public internet, to any Typesense Cluster, self-hosted or not...

Are you able to setup an SSL cert on your self-hosted Typesense node and use the default 443/https. LetsEncrypt for example has free SSL certs.

jasonbosco avatar Aug 21 '22 23:08 jasonbosco