Prisma Access: Explicit Proxy

WAI Docs Wed Aug 19 13:22:37 EDT 2026
List
Quick Start
Welcome
Supported Applications & LLMs
Release Notes
August 18, 2026 WitnessAI Release
August 4, 2026 WitnessAI Release
July 21, 2026 WitnessAI Release
July 14, 2026 WitnessAI Release
July 9, 2026 WitnessAI Release
June 30, 2026 WitnessAI Hotfix
June 23, 2026 WitnessAI Release
June 16, 2026 WitnessAI Release
June 11, 2026 WitnessAI Release
June 4, 2026 WitnessAI Hotfix
June 2, 2026 WitnessAI Update
May 19, 2026 WitnessAI Update
April 30, 2026 WitnessAI Update
April 28, 2026 WitnessAI Update
April 23, 2026 WitnessAI Update
April 16, 2026 WitnessAI Update
April 14, 2026 WitnessAI Update
April 9, 2026 WitnessAI Update
April 9, 2026 WitnessAI Update
April 7, 2026 WitnessAI Update
April 2, 2026 WitnessAI Update
March 31, 2026 WitnessAI Update
March 24, 2026 WitnessAI Update
March 19, 2026 WitnessAI Update
March 17, 2026 WitnessAI Update
March 12, 2026 WitnessAI Update
March 5, 2026 WitnessAI Update
February 26, 2026 WitnessAI Update
February 24, 2026 WitnessAI Update
February 10, 2026 WitnessAI Update
January 27, 2026 WitnessAI Update
January 20, 2026 WitnessAI Update
January 13, 2026 WitnessAI Update
December 18, 2025 WitnessAI Update
December 9, 2025 WitnessAI Update
November 25, 2025 WitnessAI Update
November 18, 2025 WitnessAI Update
November 11, 2025 WitnessAI Update
October 28, 2025 WitnessAI Update
October 23, 2025 WitnessAI Update
October 9, 2025 WitnessAI Update
October 2, 2025 WitnessAI Update
September 30, 2025: WitnessAI Update
September 23, 2025: WitnessAI Update
August 12, 2025: WitnessAI Update
July 31, 2025: WitnessAI Update
July 18, 2025: WitnessAI Update
April 11, 2025: WitnessAI Release v2.0
June 9, 2025: WitnessAI Update
June 23, 2025: WitnessAI Update
TOC Left Sidebar: not active
TOC Left Sidebar: ORIGINAL
User Guide
Policies - GuardRails
Witness Anywhere: Remote Device Security
Witness Attack
Administrator Guide
404
 

Prisma Access: Explicit Proxy

Traffic Flow

notion image

General Configuration

1. Install WitnessAI Root Certificate

  1. Select Manage → Configuration → NGFW and Prisma Access → Objects → Certificate Management. Select the Prisma Access configuration scope.
notion image
  1. Click ImportImport to import the WitnessAI proxy cert provided by Account Team, Select Trusted Root CA and Save
notion image

2. Setup EDL Certificate Profile

  1. Certificate will be provided by the Account Team.
  2. Go to Objects → Certificate Management and click on Import
  3. Give the certificate name as Witness-AI-CA and upload the CA certificate by clicking on Browse
  4. Go to Objects → Certificate ManagementCertificate Profiles and click on Add Profile
  5. Give the name as Witness-AI-CP and click on the Add button under CA Certificates
  6. Select the Witness-AI-CA certificate and Save
  7. Use this certificate Profile for the EDL Configuration.

3. Create External Dynamic Lists

This section will focus on creating the WitnessForwardDomainList, which are LLM domains that need to be forwarded to WitnessAI.
  1. Select Manage → Configuration → NGFW and Prisma Access → Objects → External Dynamic List. Select the Prisma Access configuration scope.
  2. Click Add External Dynamic List and enter the following configurations:
  3. Name → WitnessForwardURLList
  4. Type → URL List
  5. Source → https://api.[tenantID].[region].witness.ai/v1/edls/urllist.txt
  6. Certificate Profile → Witness-AI-CP
  7. Check for Updates → Every Five Minute and Save
notion image

4. HTTP Header Insertion

Configure HTTP Header Insertion to insert the user email address in the X- Authenticated-User Header field before forwarding the traffic to Witness AI proxy.
  1. Select Manage → Configuration → NGFW and Prisma Access → Security Services → HTTP Header Insertion. Select the Prisma Access configuration scope.
  2. Click Add Profile to set the following settings:
  3. Name → X-Auth-User
  4. Click Add Rule to set the following settings:
  5. Name → X-Auth-User Header
  6. Type → Dynamic Fields
  7. Domain → *
  8. Add Headers → X-Authenticated-User
  9. Value → ($user)@($domain)
  10. Tick the Log box and Save
notion image

5. URL Access Management

This will ensure URL filtering logs are created for any traffic matching WitnessForwardURLList EDL domains.
  1. Select Manage → Configuration → NGFW and Prisma Access → Security Services → URL Access Management. Select the Prisma Access configuration scope.
  2. Click Add Rule to set the following settings:
  3. Name → WitnessAI_allow
  4. Under External Dynamic Lists, select WitnessForwardURLList and change Site Access to alert.
notion image

6. Profile Groups

Attach HTTP Header Insertion Profile and URL Access Management Profile to the Profile Group.
  1. Select Manage → Configuration → NGFW and Prisma Access → Security Services → Profile Groups. Select the Prisma Access configuration scope.
  2. Click Add Rule to set the following settings:
  3. NameWitnessAI PG
  4. Under URL Access Management Profile, select WitnessAI_allow
  5. Under HTTP Header Insertion Profile, select X-Auth-User and Save
notion image

7. Security Policy

i. Create Security Policy to block Quic

Quic is a Google developed protocol which uses UDP for web connections and limits the firewall visibility and ability to analyze and apply security actions.
If the Quic protocol is not already blocked, please perform below steps.
  1. Select Manage → Configuration → NGFW and Prisma Access → Security Services → Security Policy. Select the Prisma Access configuration scope.
  2. Click Add RuleSecurity Rule (Pre Rule) to set the following settings:
Pre-rules are global rules that take precedence over deployment-specific rules and are applied to traffic first.
  1. Name → Quic Block
  2. Source Zone → trust
  3. Destination Zone → untrust
  4. Application → quic
  5. Action → Deny and Save
notion image

ii. Create Security Policy for allowing traffic to WitnessAI Proxy.

Attach the WitnessAI PG profile group with this policy. This rule will insert the HTTP header and generate the URL filtering logs for the traffic towards WitnessForwardURLList.
  1. Select Manage → Configuration → NGFW and Prisma Access → Security Services → Security Policy. Select the Prisma Access configuration scope.
  2. Click Add Rule → Security Rule (Pre Rule) to set the following settings:
  3. Name → WitnessAI_Allow
  4. Source Zone → trust
  5. Destination Zone → untrust
  6. URL Category → WitnessForwardURLList
  7. Profile Group  → WitnessAI PG
  8. Action → Allow and Save
notion image

8. Create Decryption Profile & Policy

  1. Select Manage → Configuration → NGFW and Prisma Access → Security Services → Decryption. Select the Prisma Access configuration scope.
  2. Click Add Profile to set the following settings:
  3. Decryption Profiles Name → Witness-Decrypt Profile
  4. SSL/TLS Decryption Advanced → Enable Strip ALPN
The Palo Alto Firewall supports header insertion for HTTP/1.x traffic only; it does not support header insertion for HTTP/2 traffic.
  1. SSL/TLS Decryption → Select Protocol Min Version as TLSv1.0 and Protocol Max Version as Max, and Save
notion image
  1. Create a new Decryption Policy to decrypt WitnessForwardURLList URL category. Make sure this is placed above the ‘O365-Best-Practice’ rule or any other SSL Decryption Bypass rules.
  2. Click Add Rule to set the following settings:
  3. Name → WitnessAI_Decrypt
  4. Source Zone → trust
  5. Destination Zone → untrust
  6. URL Category Entities → WitnessForwardURLList
  7. Action → Decrypt
  8. Type → SSL Forward Proxy
  9. Decryption Profile → WitnessAI_Decrypt Profile
notion image

Explicit Proxy Configuration

1. Create a Forwarding Profile

Explicit Proxy Forwarding Profiles enable to employ PAC files to define which traffic to forward to Prisma Access.
Select Workflows → Prisma Access Setup → Explicit Proxy Setup → Forwarding Rules → Forwarding Profiles Setup → Add Forwarding Profile → GlobalProtect Proxy
  1. Name → Explicit Proxy
  2. PAC File Upload → Enable
  3. Select Upload New PAC File to upload an existing PAC file. After Save we should see the Prisma hosted PAC URL.
Note: The Accounts team will provide the WitnessAI PAC. Customers using an existing PAC file must incorporate LLM domain logic from the WitnessAI PAC to ensure traffic is routed through the WitnessAI Proxy.
notion image

2. Attach Forwarding Profiles to GlobalProtect App Configuration

Select Workflows → Prisma Access Setup → GlobalProtect → GlobalProtect App App Settings → Show Advanced Options
  1. Agent Mode for Prisma Access → Tunnel and Proxy
  2. Forwarding Option → Forwarding Profiles
  3. Forwarding Profiles → Select Explicit Proxy profile which we created earlier and Save
notion image
Note: Customer have an option to host custom PAC URL in any publicly accessible server (eg. Amazon S3)

10. Push Config

The last step is to push the changes to the Prisma Gateways. Click Push to enable the configuration changes made.
notion image
Copied from: