Open
Description
Description
I use a dockerized version of meilisearch. When using the hostname to connect, it fails.
Expected behavior
Supposed to connect.
Current behavior
Getting an SSL WRONG VERSION
Screenshots or Logs
File "/opt/.venv/lib/python3.12/site-packages/meilisearch/_httprequests.py", line 64, in send_request
raise MeilisearchCommunicationError(str(err)) from err
meilisearch.errors.MeilisearchCommunicationError: MeilisearchCommunicationError, HTTPSConnectionPool(host='meilisearch', port=7700): Max retries exceeded with url: /indexes (Caused by SSLError(SSLError(1, '[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1000)')))
Environment (please complete the following information):
- OS: Docker, python:3.12-bookworm
- Meilisearch version: v1.7.6
- meilisearch-python version: 0.31.0