Hello there I have the following problem, the issue is something old maybe but I can not achieve solve the following
I have loaded the page in the webproxy and corresponding nat and firewall rules.
When the client put in the address list delinquent poster comes out only when entering pages http which are port 80 now wanting to enter pages https 443 shows no sign is as if no connection or get an error that says: SSL Connection Error.
If someone could figure this would do me a favor from already thank you very much and that more than one user is going to serve.
Clarify that the rule NAT 80,443 and try adding port does not work.
Also probe to add 443 to the proxy and nothing.
My Rules:
/ip firewall nat
add action=redirect chain=dstnat comment=“Supends Web Proxy” protocol=tcp src-address-list=Supend to-ports=8080
/ip firewall filter
add chain=forward comment=“Bloqueo todo excepto UDP Supend” dst-port=53 protocol=udp src-address-list=Supend
add chain=forward comment=“Bloqueo todo excepto HTTP Supend” dst-port=80 protocol=tcp src-address-list=Supend
add chain=forward comment=“Bloqueo todo excepto HTTPS Supend” dst-port=443 protocol=tcp src-address-list=Supend
add chain=forward comment=“Bloqueo todo excepto ICMP Supend” protocol=icmp src-address-list=Supend/ip proxy
set cache-path=web-proxy1 enabled=yes parent-proxy=0.0.0.0
/ip proxy access
add comment=“Permitir Pag. Supend” dst-host=> www.mypage.com
add dst-host=> www.mypage.com/suspend
add action=deny comment=“Bloquear HTTP” dst-port=80 path=“” redirect-to=> www.mypage.com/suspend.html
add action=deny comment=“Bloquear MSN” dst-host=sn1msg2010816.phx.gbl dst-port=1863 redirect-to=> www.mypage.com/suspend.html
add action=deny comment=“Bloquear descarga de archivos RAR, ZIP, EXE” path=.rar,.zip,.exe redirect-to=> www.mypage.com/suspend.html
Thanks