cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Who Me Too'd this topic

Cisco Anyconnect - Mac OS Proxy Settings Incorrect

bpatten5571
Level 1
Level 1

I've noticed when using Anyconnect on Mac OS (latest is Sierra 10.12), that Anyconnect sets the proxy configuration wrong.

Example:

sudo scutil --proxy

It takes the proxy config from Cisco ASA and then applies it EVERYWHERE which is not correct and causes issues with Safari and Chrome.  I've also seen it have issues with Websockets (HTTPS feature).  Slack.com uses Websockets so it breaks their site too.

How can we prevent it from setting Socks proxy too, without going the route of a PAC file?

<dictionary> {

  ExceptionsList : <array> {

    0 : *.local

  }

  FTPEnable : 1

  FTPPort : 8080

  FTPProxy :internalproxy.local

  GopherEnable : 1

  GopherPort : 8080

  GopherProxy :internalproxy.local

  HTTPEnable : 1

  HTTPPort : 8080

  HTTPProxy :internalproxy.local

  HTTPSEnable : 1

  HTTPSPort : 8080

  HTTPSProxy :internalproxy.local

  RTSPEnable : 1

  RTSPPort : 8080

  RTSPProxy :internalproxy.local

  SOCKSEnable : 1

  SOCKSPort : 8080

  SOCKSProxy : internalproxy.local

}

Who Me Too'd this topic