Hi,
I am trying to setup multiple SS services on port 443, each with its own URL.
https://api1.mycompany.com
https://api2.mycompany.com
etc
The first service works fine, but after that I get:
Exception Info: System.IO.IOException: Failed to bind to address https://[::]:443: address already in use. Microsoft.AspNetCore.Connections.AddressInUseException: Only one usage of each socket address (protocol/network address/port) is normally permitted.
How can I configure SS to listen (bind) to a specific IP or URL instead of glooming? (i.e. is there a SS setting like MYSQL’s bind-address)
I’d really rather avoid having to ask clients to use a specific port for each API.
Thanks!
Francis