How to use port 443 to access Kibana

Hi,
I think this is basic.
How can I use port 443?
Changing the kibana.yml itself is not enough?!
Any other configurations on the OS level? Or something else?

Currently, I can access with HTTPS but with port 5601 only.
Configure the yml file will cause Kibana not to load.

Cheers!

sudo setcap cap_net_bind_service=+epi /usr/share/kibana/bin/kibana
sudo setcap cap_net_bind_service=+epi /usr/share/kibana/bin/kibana-plugin
sudo setcap cap_net_bind_service=+epi /usr/share/kibana/bin/kibana-keystore
sudo setcap cap_net_bind_service=+epi /usr/share/kibana/node/bin/node

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.