matchish / laravel-scout-elasticsearch

Search among multiple models with ElasticSearch and Laravel Scout
MIT License
702 stars 113 forks source link

Add config option to disable SSL verification #283

Closed hulkur closed 2 months ago

hulkur commented 2 months ago

Based on #255 by danielsimkus

Adds a config option to disable SSL verification on server connection.

.env ELASTICSEARCH_SSL_VERIFICATION=false

codecov-commenter commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 96.01%. Comparing base (94365ad) to head (caea6b9).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #283 +/- ## ============================================ + Coverage 95.99% 96.01% +0.02% - Complexity 194 195 +1 ============================================ Files 36 36 Lines 624 628 +4 ============================================ + Hits 599 603 +4 Misses 25 25 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.