I am not able to get the regular response running curl localhost:9200 - it is always throwing this exception:
io.netty.handler.codec.DecoderException: io.netty.handler.ssl.NotSslRecordException: not an SSL/TLS record
I thought I disabled what I needed in the docker run command (opendistro_security.ssl.http.enabled: false and plugins.security.disabled: true), but perhaps not?
FWIW, passing these params via docker run didn’t work - I had to ssh into the docker container using docker exec -it <container-id> /bin/bash and then modified the /usr/share/opensearch/config/opensearch.yml file – I just replaced all the demo security config settings in there with a single line plugins.security.disabled: true
Stopping and starting the container with the same command then caused the curl localhost:9200 to come back without the SSL exception.
@cyberwombat Could you open a new thread and describe how you deploy your cluster?
Do you want to disable the security plugin or SSL connection to the cluster?