I currently running meraki agent which installs two services in /usr/sbin/m_agent and /user/sbin/m_agent_upgrade. The problem I have is that avast is preventing these services from accessing the cloud servers.
I thought I could add an exclusion in preferences for “file system shield” but you cannot access /usr as its a hidden directory, even if you unhide the directory it does not matter you still cannot map to it. I even tried creating an alias but his does not work either.
I then decided to see if the meraki agent should shed some light and this was the output.
Port 993 is IMAPS (secured IMAP), so it is the mailshield, not the webshield that is causing the issue.
If you disable SSL support in the mailshield by unchecking the “Scan secured connections” checkbox
in the mailshield preferences, then it should start working.
However, this is just a workaround. To get the root of the issue, it would be necessary to find out, why
the connection timeouts. My personal guess is that the meraki error message is wrong and in fact it is
a SSL certificate issue (the meraki agent does most probably not use the system keychain) that prevents
the meraki agent from connecting.