Hello,
I have a router with hotspot and I want to use Squid proxy in order to block address
when a user is connected to the hotspot and try to enter http sites - I can see it on the log
but wheen I a user try to enter https site , I don’t see it - but he is able to connect the use (https://www.google.com for example)
is it something in the router configuration ?
this is what I have
/ip hotspot profile
set [ find default=yes ] login-by=http-pap
add dns-name=MYRouter_test.com hotspot-address=172.20.164.254 html-directory=flash/hotspot login-by=cookie,http-pap name=\
hsprof1
/ip hotspot
add address-pool=hs-pool-1 disabled=no interface=wlan1 name=hotspot1 profile=hsprof1
/ip hotspot user profile
set [ find default=yes ] add-mac-cookie=no address-pool=hs-pool-1 idle-timeout=5m on-login=count session-timeout=1d \
shared-users=60
/ip hotspot user
add name=Test
/ip firewall mangle
add action=mark-routing chain=prerouting dst-port=80,443 new-routing-mark=Route_Testing passthrough=yes protocol=tcp
add action=route chain=prerouting passthrough=no route-dst=10.150.37.8 routing-mark=Route_Testing
/ip route
add distance=1 dst-address=10.150.37.8/32 gateway=ppp-out1 routing-mark=Route_Testing
ip proxy in mikrotik is disable ,
what else should I do?
Thanks ,