Matthew Moss
02/10/2022, 2:34 PMcURL error 60: SSL: no alternative certificate subject name matches target host name 'localhost' (see <https://curl.haxx.se/libcurl/c/libcurl-errors.html>) for <https://localhost/collections/blogs>
With this typsense-server.ini:
; Typesense Configuration
[server]
api-address = 0.0.0.0
api-port = 443
data-dir = /var/lib/typesense
api-key = my-api-key
log-dir = /var/log/typesense
ssl-certificate = /etc/letsencrypt/live/my-domain.com/fullchain.pem
ssl-certificate-key = /etc/letsencrypt/live/my-domain.com/privkey.pem
enable-cors = true
Any pointers on what I'm missing would be really appreciatedJason Bosco
02/10/2022, 2:53 PMKishore Nallan
02/10/2022, 3:11 PMMatthew Moss
02/10/2022, 3:28 PMMatthew Moss
02/10/2022, 3:30 PMTYPESENSE_HOST
in the .env and the SSL for that?Matthew Moss
02/10/2022, 3:51 PMKishore Nallan
02/10/2022, 3:57 PMMatthew Moss
02/10/2022, 4:07 PM