This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Sophos XG web exceptions for Office 365 not working

Hello,

We implemented the Office 365 exceptions by following this guide: https://support.sophos.com/support/s/article/KB-000038173?language=en_US

For example, one of those entries looks like this:

However, it seems not working because our users still have pop-ups coming from Outlook regarding the same URL:

From our understanding, the exception should avoid any SSL/TLS interception, even if it matches any firewall rule, is it correct or not ?

Did we do something wrong or missing some steps ?

Thanks a lot for your input.



This thread was automatically locked due to age.
Parents
  • How about trying a slightly different regex:

    ^([A-Za-z0-9.-]*\.)?outlook\.office\.com\.?/
    ^([A-Za-z0-9.-]*\.)?outlook\.office365\.com\.?/

     
    SFVH (SFOS 20.0.0 GA-Build222) - Last (re)boot on November 6th  2023
    Asus H410i-plus - Pentium 6605 Gold - 250GB M.2 PCIe NVMe SSD - 8GB - 3 ports
    [If any of my posts are helpful to you please use the 'Verify Answer' link]
Reply
  • How about trying a slightly different regex:

    ^([A-Za-z0-9.-]*\.)?outlook\.office\.com\.?/
    ^([A-Za-z0-9.-]*\.)?outlook\.office365\.com\.?/

     
    SFVH (SFOS 20.0.0 GA-Build222) - Last (re)boot on November 6th  2023
    Asus H410i-plus - Pentium 6605 Gold - 250GB M.2 PCIe NVMe SSD - 8GB - 3 ports
    [If any of my posts are helpful to you please use the 'Verify Answer' link]
Children