We have two different products. Both have implemented network system extensions.
One product implemented a content filter provider with both socket and packet level filtering and with rule to filter all data. That means every network connection goes through this provider.
The second product implemented App Proxy provider which proxies non-SSL POP3 mail traffic and diverts that connection to local process for further processing and then local process makes a connection outside and sends out to that destination after the required processing.
We are currently seeing an issue where both providers are running. The connections made by App proxy provider are being broken in the presence of Content Filter provider.
When content filter provider is deleted from network preferences, then we see our app proxy provider is working as expected.
Environment: macOS Big Sur 11.2
Can you help me in recognising what is going wrong here?
One product implemented a content filter provider with both socket and packet level filtering and with rule to filter all data. That means every network connection goes through this provider.
The second product implemented App Proxy provider which proxies non-SSL POP3 mail traffic and diverts that connection to local process for further processing and then local process makes a connection outside and sends out to that destination after the required processing.
We are currently seeing an issue where both providers are running. The connections made by App proxy provider are being broken in the presence of Content Filter provider.
When content filter provider is deleted from network preferences, then we see our app proxy provider is working as expected.
Environment: macOS Big Sur 11.2
Can you help me in recognising what is going wrong here?