elastic / app-search-javascript

Elastic App Search Official JavaScript Client
https://www.elastic.co/products/app-search
Apache License 2.0
66 stars 21 forks source link

disable ssl #32

Closed stephsalou closed 3 years ago

stephsalou commented 3 years ago

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

JasonStoltz commented 3 years ago

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.