You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.
After running docker-compose up, I was able to log into Kabana UI at port 5601 of localhost, but I am having trouble accessing Elasticsearch in port 9200. The server log shows something like: io.netty.handler.ssl.NotSslRecordException: not an SSL/TLS record
I've tried putting Username (elastic) and Password (copied from stdout) in the Authorization menu in Postman, but my GET or PUT requests still failed and the log shows the same error.
The text was updated successfully, but these errors were encountered:
After running
docker-compose up
, I was able to log into Kabana UI at port 5601 of localhost, but I am having trouble accessing Elasticsearch in port 9200. The server log shows something like:io.netty.handler.ssl.NotSslRecordException: not an SSL/TLS record
I've tried putting Username (
elastic
) and Password (copied from stdout) in the Authorization menu in Postman, but my GET or PUT requests still failed and the log shows the same error.The text was updated successfully, but these errors were encountered: