FortiGate
FortiGate Next Generation Firewall utilizes purpose-built security processors and threat intelligence security services from FortiGuard labs to deliver top-rated protection and high performance, including encrypted traffic.
gonzalezw
Staff
Staff
Article Id 330907
Description The article describes that DLP profile does not work as expected for the CCN body message if the Outlook desktop app sends traffic using HTTPS protocol.
Scope Any FortiOS.
Solution

Configure Outlook to use MAPI over HTTP or RPC over HTTP protocols and ensure that the data transferred is not exclusively over HTTPS. The FortiGate needs to have MAPI-over-HTTP enabled in the SSL inspection profile:

 

config firewall ssl-ssh-profile
    edit deep inspection
        set mapi-over-http enable   ---> By default, it is disabled.
end

 

It has been confirmed that a functional version of the Outlook desktop app is Version 2405, Build 16.0.17628.20006. Newer versions do not support the MAPI protocol for traffic from the Outlook desktop app.


Use the following debug command to determine if the Outlook desktop app is using MAPI or HTTPS:

 

diagnose debug reset

diagnose sys scanunit debug all

diagnose debug enable

 

  1. Run the DLP test, wait until it fails, and check the logs.
  2. Stop the debugs: diagnose debug disable.
  3. Save the output obtained in the CLI.

 

Execute the WAD debugs:

 

diagnose wad debug enable category all
diagnose wad debug enable level verbose

diagnose wad debug enable cate http
diagnose wad debug enable cate mapi
diagnose debug console timestamp enable
diagnose debug enable

 

Repeat the steps mentioned above from 1 to 3.

 

If needed, open a TAC ticket to get help interpreting the collected debug information.

Reach Microsoft support to get additional assistance on how to configure the recent Outlook desktop app if it is possible.

Comments
GILMENDO
Staff & Editor
Staff & Editor

Great article thank you @gonzalezw