On 23/05/2014 2:35 a.m., brekler wrote: > Hello everyone. I got here an Iptables + squid working fine... > > Im blocking skype and only letting a few users login, BUT skype only login > with "skype name" not with "microsoft account". > > Resuming, when you click on "login with microsoft account" it dont show the > login and password thing, it says it could not load the page. > > I tried already to clear the acl that block skype and still dont work. > I dont know what else to do, anyone got any idea ? > I will paste here the TCP_DENIED. To go any further you need to know wht the DENIED/407 were sent and what Skype did next. 407 is a normal part of authenticating to a use a proxy. It simply means the credentials were missing from the request or the ones supplied were not accepted by the backend authentication system (AD ?). Amos