wafer
June 19, 2007, 9:25pm
1
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
normis
June 20, 2007, 8:02am
2
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
wafer
June 20, 2007, 3:13pm
3
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…
wafer
June 20, 2007, 7:20pm
4
i have tried to disable redirection (80 → 8080) and web proxy.
i still cannot access https ://domain:2083
maybe this works ??
add chain=hs-auth protocol=tcp dst-port=443 action=redirect to-ports=64875 comment=https