I've just set up an Elastic Cloud deployment and was wondering why my endpoint has a specific port (9243) while the default HTTPS one, 443, also works?
- Will this behaviour change in the future?
- Will one of the ports be phased out?
- Which one should I use to start with?
On the documentation, I can only find this:
Port 9200 is used for HTTP connections, ports 9243 and 443 are used for HTTPS. Using HTTPS is generally recommended, as it is more secure.
connection refused
error. I tried with 443 and it works without errors! Just adding in case someone else faces similar error due to port. – Bink