What is the name of the domain?
What is the issue you’re encountering
Spectrum SSH protocol on custom port
What are the steps to reproduce the issue?
Hi Team,
We got our web app
running on example.com
on port 80
and 443
.
But on port 1234 of the same domain, we run an app that use SSH protocal to do revers tunneling.
I think we can use spectrum feature but need to make sure it is possible to use ssh protocol on a diffrent port (other than 22) and have the same domain name as follows.
example.com:80 - HTTP → backend http/s endpoint
example.com:443 - HTTPS → backend http/s endpoint
example.com:1234 - SSH protocol → backend tcp endpoint