elastic / app-search-javascript

Elastic App Search Official JavaScript Client

Home Page:https://www.elastic.co/products/app-search

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

disable ssl

stephsalou opened this issue · comments

Hello, can I add SSL verify to false for the client request to the app search server through HTTPS?

Not explicitly, no. This client uses the native browser fetch api. I'd try googling around to see if there is a way to configure your browser to disable certificate verification or something along those lines.