mountain-pass / addressr

Free Australian Address Validation, Search and Autocomplete
https://addressr.io
Apache License 2.0
70 stars 12 forks source link

Host prep instructions #382

Closed trimhubz closed 1 year ago

trimhubz commented 1 year ago

These instructions fail on a new host for me (opensearch) -

io.netty.handler.ssl.NotSslRecordException: not an SSL/TLS record:

needs to be run with security disabled/ssl off to go without I guess other config

docker run -p 9200:9200 -p 9300:9300 -e "discovery.type=single-node" -e "plugins.security.disabled=true" opensearchproject/opensearch:1.2.4

For me ok because I'm running an internal host but perhaps you need something on how the addressr server would use ssl instead of http by default

trimhubz commented 1 year ago

edit removed comment about docker