I have a bunch of testing tools from elasticsearch that don’t have any security options - I’d also like to be able to use the downloadable OS image for docker. I currently run my docker image with:
Is there a way to disable the security/ssl with this method? I did see this similar post How to disable SSL locally? which failed but wondering if I can pass a file as an argument? I’d like to avoid creating or sshing into the image,
Update - so passing -e 'DISABLE_SECURITY_PLUGIN=true to script does yield a “Disabling OpenSearch Security Plugin” message. Its also necessary to now use http instead of https in the host else we get this error:
ConnectionError: write EPROTO 4652529152:error:1408F10B:SSL routines:ssl3_get_record:wrong version number:../deps/openssl/openssl/ssl/record/ssl3_record.c:332: