https non standard port

Hello,

i have set my mikrotik with transparant proxy. i can browse any site (http, https) and my site control panel (http://domain:2082).

but i cannot access my site’s control panel if i use the secure links (https://domain:2083). is there anybody can help me to solve this issue?

thank you

make additional NAT rules which also redirect these ports to the proxy. just like you have a NAT rule that redirects port 80. not sure it it will work, but you can try

i have made additional NAt rule as you suggested

add chain=dstnat in-interface=Local src-address=172.16.1.0/24 protocol=tcp \
    dst-port=2083 action=redirect to-ports=8080 comment="coba-cpanel" \
    disabled=no

but it still not work… :frowning:

i have tried to disable redirection (80 → 8080) and web proxy.
i still cannot access https://domain:2083 :frowning:

maybe this works ??

add chain=hs-auth protocol=tcp dst-port=443 action=redirect to-ports=64875 comment=https