Hi to all,
I use a mikrotik as an hotspot on my network. I'm trying to fix up the problem with the un-auth client calling an https page.
At the moment, the browsers of the client doesn't accept the connection because of the certificate (I've red the discussion about the problem with the certification proposed by the mikrotik for all sites)
But thinking of other public hotspot (like the one in the mac donalds), if I'm not wrong, they redirect the https to the login page without problem... so there's must be a way.
Looking on the net, I've see in the manual of a cisco about the captive portal, on their website, this sentence:
"Note: To monitor HTTPS traffic, the device uses HTTPS proxy and routes the network through ICAP protocol which will: intercept data communications and decrypt the data, validate the data against a policy, and re-encrypt the key with an SSL certificate."
http://sbkb.cisco.com/CiscoSB/GetArticl ... onverted=0
So, if I've understood well, they use a trasparent proxy with the ICAP protocol to intercept the https request, and trought that they can redirect the traffic...
Anyone that know something about this?
Will the internal web proxy support icap?
I see that squid support icap, so, isn't possible that redirecting all the un-auth 443 request to squid, it can do the redirect to the mikrotik login page?
I'm searching on the net some information about how to setup squid and make it redirect, but maybe someone in the forum have just tried something
Thanks to all