Gateway-ST over TCP port 443

Hi All,

I have installed gateway-st on a VM and successfully created an A-DNS record and served content from https://<domain_name:7777> using the AWS CLI. Right now I am trying to use port 443 but apparently minio requires to execute: sudo setcap cap_net_bind_service=+ep /path/to/minio to allow you to setup lower than 1024 port.

The problem is that I cannot find the minio executable on my machine hence I cannot execute the above command and force minio to serve content over TCP port 443. Any solution on this problem?

The gateway intergates minio functionality, so I’m pretty sure you would just have to point to the gateway binary instead.

That is assuming you want the gateway to listen to 443 and aren’t using anything inbetween like a reverse proxy.