Opensearch version update

Versions (relevant - OpenSearch/Dashboard/Server OS/Browser):
opensearch 2.7.0 → 2.10.0

Describe the issue:

  1. docker pull opensearchproject/opensearch:2.10.0
  2. node down(docker-compose down)
  3. edit docker-compose.yml(I only changed "imgae’line)
    → image: opensearhproject/opensearch:2.10.0
  4. node up(docker-compos up)

error
docker-compose logs

Exception during establishing a SSL connection: java.net.SocketException: Connection reset

I did change anything without image
when change the image, can I change the ssl certificate as well??

@cucukaka This operation shouldn’t cause an SSL issue. Could you share your docker-compose.yml file?