ERR_UNEXPECTED_PROXY_AUTH
search cancel

ERR_UNEXPECTED_PROXY_AUTH

book

Article ID: 172162

calendar_today

Updated On:

Products

Web Isolation

Issue/Introduction

You receive an ERR_UNEXPECTED_PROXY_AUTH error when browsing to certain sites through Web Isolation.

Resolution

Connections that go through Web Isolation will happen in two parts:
 

  1. An HTTP CONNECT request for domain, e.g. example.com
  2. An HTTP GET for the domain plus the path, e.g. example.com/index.html.

 

This error occurs when the GET request is authenticated, but the CONNECT request was unauthenticated. This may happen with rules matching authenticated users against domains with paths e.g. "example.com/index.html", as these types of rules will not match the original CONNECT request.

 

 

To resolve this issue, ensure by adjusting the rule that either both the CONNECT and GET requests are authenticated, or neither are.