I'm trying to do a port forwarding with ssh using this command:
ssh -L 9540:localhost:8011 user@ipdest
The port is for HTTPS traffic, I’m not getting any kind of error when I run the command, actually I get the ssh connection to the destination IP.
The problem is that when I try to connect with the browser to the URL localhost:9540 it doesn’t show anything, I’m not able to reach the HTTPS service.