Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
We successfully configured EAP-TLS on the ACS (5.3) for machine authentication using certificate only. I then would like ACS to check whether the machine is in a specific group in AD before permitting the access. The ACS has failed "Machine authentic...
Anyone?Below are the Steps of the authentication details11001 Received RADIUS Access-Request 11017 RADIUS created a new session Evaluating Service Selection Policy 15004 Matched rule 15012 Selected Access Service - Wireless AD Authentication 11507 Ex...
Yes. The browser should keep trying the first proxy. If it failed, it will try the second one. In our environment, the browsers take a brief seconds before trying the second proxy server.I have seen some issues with IE9, not sure for IE8.Have you tri...
HI WipulaYou may try return 2 proxy servers at the end of the PAC file return "PROXY proxy1.domain:8080; PROXY proxy2.domain:8080";The browser will work that out itself. This will provide you failover from the client side. If you want to load ...