With these settings, however, if an already assigned tunnel is requested, sish generates a random subdomain.
My question is this: how do I configure sish to have these two requirements:
1) Authentication works.
2) If an already assigned tunnel is requested, a random subdomain must NOT be generated, but the bind must fail.
Hi @antoniomika
I would need to tunnel some services via subdomains and basic auth. This is my sish configuration:
With this setup I'm sure that if someone tries to use an already assigned subdomain, sish won't assign a random subdomain.
With this configuration, when I start the auth tunnel with the command:
the tunnel is not started and the system response is:
For authentication to work correctly, I need to set the bind parameters as follows:
With these settings, however, if an already assigned tunnel is requested, sish generates a random subdomain.
My question is this: how do I configure sish to have these two requirements: 1) Authentication works. 2) If an already assigned tunnel is requested, a random subdomain must NOT be generated, but the bind must fail.
Thank You very Much.