This is a migrated thread and some comments may be shown as answers.

Fiddler stops all internet traffic

17 Answers 1839 Views
Fiddler Classic
This is a migrated thread and some comments may be shown as answers.
Craig
Top achievements
Rank 1
Craig asked on 27 Jun 2016, 01:07 AM

I haven't used Fiddler for a month or so. Now when I load it I can't connect to anything. It breaks all internet traffic. 407 error messages for all URLs including those that are from the actual server I'm running Fiddler on. When using a web browser I get a proxy server user authentication prompt window. It makes no difference when I put my credentials in and click submit. It just throws up the same credentials prompt over and over. If I turn on 'Rules\Require Proxy Authentication' and then turn it off again, (lots of times) eventually it starts to allow IE to start connecting. But if I put the url I'm testing into Fiddler itself in the Composer tab and execute a get request there, I continue to get 407 errors in Fiddler, even though that same URL is giving a 200 now in IE on the same box.

I have tested this under two different user accounts on two PCs, and the server admin account on two different servers. Results are consistent. Always a 407 error. Turning 'Rules\Require Proxy Authentication' on and off a number of times eventually allows IE to get access, but never allows Fiddler to send requests from inside the app in the composer tab. This is using the latest version of Fiddler.

17 Answers, 1 is accepted

Sort by
0
Chris
Top achievements
Rank 1
answered on 29 Jun 2016, 04:11 AM

I work in the Infrastructure section of Craig's work, to give some more details here, from what I am seeing on the proxy.

tested using IE 11 (but has been tested on other platforms as Craig mentioned above)

It seems as though fiddler is failing to pass through authentication correctly to our proxy.

I followed the guide here to set our upstream proxy correctly:
http://docs.telerik.com/fiddler/Configure-Fiddler/Tasks/ChainToUpstreamProxy

oddly enough as sort of fix involves enabling the require proxy Authentication while IE is open letting that fail by refreshing the page then hitting cancel (regardless of what I put here it fails) then de-selecting this option again and refreshing the page at which time it starts passing through my details again.

and example of what I can see hitting our proxy is below (edited out my details of course)

 

without fiddler open:

1467171663.006 189 (My IP) TCP_MISS/302 899 GET http://www.google.com.au/? (myuser)@(domain) ROUNDROBIN_PARENT/172.26.255.211 text/html

 

With Fiddler open (without adding and removing proxy tick box):

1467171567.199 0 (my IP) TCP_DENIED/407 3955 CONNECT www.google.com.au:443 - HIER_NONE/- text/html

 

Fiddler once the tickbox has been ticked and removed:

1467171756.962 45 (my IP) TCP_MISS/302 796 GET http://www.google.com/ (myusername) ROUNDROBIN_PARENT/172.26.255.208 text/html

 

Fiddler using composer:

1467171868.795 6 (my IP) TCP_DENIED/407 3691 GET http://google.com.au/ - HIER_NONE/- text/html

 

as you can see above the first attempt fiddler fails to pass through my user name or password and regardless of what I put into the prompt that comes up in IE fiddler passes through nothing, after selecting, letting it fail then de-selecting the tick box it is then passing through my user name but not my domain (it does not matter for our proxy but something to note) however using the composer tab and placing any website in just fails and doesn't pass through any details.

0
Tsviatko Yovtchev
Telerik team
answered on 01 Jul 2016, 05:42 PM
Hi guys,

The normal workflow in your scenario is to let Fiddler handle the authentication to your company proxy. To achieve this click on Rules -> Automatically Authenticate menu entry. This will use the current windows user credentials for authentication. Should you need to use other credentials you'll have to set the session x-AutoAuth property to the desired credentials in the format username:password in the OnBeforeRequest function in Fiddler Script.

The Composer has its own Automatically Authenticate checkbox in its Options tab. You'll have to enable that for the composer to work. If you need different credentials than the default user ones for the composer then you'll have to change the fiddler.composer.AutoAuthCreds setting to the desired username:password.

The "fix" you found is actually pretty weird. The Require Proxy Authentication option actually makes Fiddler require authentication on it's own. That's intended for testing clients with authenticating proxy. We will further investigate how it induces the side effect you experience.

Regards,
Tsviatko Yovtchev
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Chris
Top achievements
Rank 1
answered on 04 Jul 2016, 01:27 AM

Hi Tsviatko

This is what I thought fiddler was meant to do, just to be sure both Craig and myself tried it again.

We are getting the same results using your mentioned method and again on the proxy, I am not seeing any user-name being passed to the proxy (from the proxy server) its just trying to go direct and not pass through credentials , unless I do the above mentioned method involving "require proxy Authentication"

we are just getting a flat prompt asking for user-name and password from 127.0.0.1 (which i am assuming is fiddler taking over for the proxy) after it gets rejected with no user-name the first time, but unless I have done the above "require proxy Authentication trick" it doesn't seem to matter what I put in these boxes (valid or invalid names) the proxy is just seeing direct connection attempts with no authentication being passed.

I'm not sure what other info you need so just let me know.

 

0
Tsviatko Yovtchev
Telerik team
answered on 04 Jul 2016, 09:59 AM
Hi,

When you try my method do you have the Require Proxy Authentication on or off? It should be off and you should not see username/pass prompt in the browser.

Also, when you say you tried my method which flavor do you have in mind? Did you just click on Automatically Authenticate or did you set the session x-AutoAuth property to a username:password string in OnBeforeRequest? Did both of these result in no credentials being passed to the proxy? Did you try setting up authentication for the composer? Did that produce the same result?

Regards,
Tsviatko Yovtchev
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Craig
Top achievements
Rank 1
answered on 14 Jul 2016, 02:31 AM

When I use Composer I have the option 'Automatically Authenticate' ticked. When I put in an address that is within our domain it works correctly and gives me a 200 result code. Whenever I put in a URL that is an external domain it always fails with a 407 status code.

I can't find where to change the fiddler.composer.AutoAuthCreds that you mentioned. But I don't want to have different credentials anyway. I want it to authenticate as me.

When I open Fiddler and then try to go to an external domain in my web browser it brings up a username & password prompt screen and continually does this, ignoring any credentials I put into the screen.

0
Tsviatko Yovtchev
Telerik team
answered on 19 Jul 2016, 04:27 PM
Hi,

So that's a change as compared to your initial complaint about not being able to open even sites hosted on the same machine, right? Did it change that way when you enabled Automatically Authenticate ?

Is that Active Directory domain you are talking about? If so how would your user defined in your domain  authenticate on a different domain? 

Regards,
Tsviatko Yovtchev
Telerik by Progress
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Craig
Top achievements
Rank 1
answered on 22 Jul 2016, 05:35 AM

Hi

The really confusing thing here is that local traffic is now working in Composer no matter whether I have 'automatically authenticate' switched on or off.

In a web browser I can see that it works fine for internal sites when I have the automatically authenticate switched on. But it fails otherwise.

So the automatically authenticate switch certainly makes a difference for local traffic in the web browser.

But it makes no difference for external domain traffic in ether the web browser or Composer. No external traffic can be reached and it always pops up a window for authentication which gets ignored when trying to access external traffic in a web browser. Composer simply fails with a 407 when trying to access external sites.

0
Tsviatko Yovtchev
Telerik team
answered on 29 Jul 2016, 12:48 PM
Hello,

Well as I said the automatically authenticate by default uses the credentials of your domain user to authenticate. That cannot work for external domain. You can supply other credentials for external domain authentication in the ways described below.

Regards,
Tsviatko Yovtchev
Telerik by Progress
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Craig
Top achievements
Rank 1
answered on 15 Aug 2016, 05:52 AM

Hi Tsviatko

I don't know whether we are talking about the same thing here. I am not talking about going to an external URL that requires a user to login. I am referring to simply loading content from a public URL that is not from our network. For example www.telerik.com.

My user credentials has access to get to these sites in the web browser through our organisations proxy server. But as soon as I start up Fiddler I can't get to these sites. Everytime I start up Fiddler there is a 502 error trying to get to www.telerik.com/UpdateCheck.aspx?isBeta=False plus two 407 errors to www.telerik.com:443 and then 4 more 407 errors to az667904.vo.msecnd.net:443.

In the WebView tab of Composer I see this message for first 502 error:

[Fiddler] The connection to the upstream proxy/gateway failed. Closing Fiddler, changing your system proxy settings, and restarting Fiddler may help. System Exception Upstream Gateway refused requested CONNECT. 407

Are you saying that I need to add some script somewhere to tell Telerik to use my Windows credentials to authenticate with out proxy server to be able to get to a publicly available URL outside our network? Even though it is already sending my credentials correctly with the Automatically Authenticate option in the Rules menu, and I never actually authenticate directly with the external domain site in the browser anyway, only the proxy server needs my authentication to reach the outside world. I thought I was giving it that when selecting the Automatically Authenticate option.

If I need to do some script to authenticate with the proxy server where do I add that?

0
Tsviatko Yovtchev
Telerik team
answered on 22 Aug 2016, 05:17 PM
Hi,

I see now. Yes we were talking about different things, indeed.

OK so your organization funnels all external HTTP/HTTPS requests to a proxy. That proxy requires you to authenticate with your domain user. FIddler seems to fail authenticating you to that proxy and consecutively all requests going through Fiddler get rejected. Is that correct?

Also, when you have Automatically Authenticate on does it fail for both HTTP and HTTPS and both in Composer and with requests coming from your browser?

You say Fiddler used to work and then you got these errors running it after a month. Did something change about the proxy auth in this month?

Also, can you post the complete Fiddler Log for a failing session originating from say your browser and another one originating from the Fiddler Composer? Could you also post the contents of the Auth tab in both cases?

You will find a good explanation of what the Automatically Authenticate option does here - https://blogs.msdn.microsoft.com/fiddler/2011/09/04/fiddler-and-channel-binding-tokens-revisited/ . While it is intended to help in cases like yours, rather unfortunately, it does not handle all the possible proxy authentication scenarios.

Regards,
Tsviatko Yovtchev
Telerik by Progress
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Craig
Top achievements
Rank 1
answered on 23 Aug 2016, 08:02 AM

In Composer any URL outside of our network fails with
http error is always 407
https error is always 502
When accessing the URLs from a browser the errors for both http & https sites are all 407 errors.
I have asked the system administrators and they say nothing much has changed on the proxy servers lately.
When going to an https site in Composer this is the result in the Auth tab:
No Proxy-Authenticate Header is present.
No WWW-Authenticate Header is present.
The Auth tab when accessing http site in Composer:
Proxy-Authenticate Header is present: Negotiate
Proxy-Authenticate Header is present: Basic realm="DPIPWE Squid proxy-caching web server"
No WWW-Authenticate Header is present.

I have tried adding the log file text here too but the form keeps failing. So I'm just posting without the full log this time.

0
Craig
Top achievements
Rank 1
answered on 23 Aug 2016, 08:03 AM

Composer log:

GET https://www.telerik.com/UpdateCheck.aspx?isBeta=False HTTP/1.1
User-Agent: Fiddler/4.6.2.26757 (.NET 4.6.1; WinNT 6.3.9600.0; en-AU; 4xAMD64; Auto Update; Full Instance)
Pragma: no-cache
Host: www.telerik.com
Accept-Language: en-AU
Referer: http://fiddler2.com/client/4.6.2.26757
Accept-Encoding: gzip, deflate
Connection: close

HTTP/1.1 502 Fiddler - Gateway Connection Failed
Date: Tue, 23 Aug 2016 07:26:19 GMT
Content-Type: text/html; charset=UTF-8
Connection: close
Cache-Control: no-cache, must-revalidate
Timestamp: 17:26:19.840
[Fiddler] The connection to the upstream proxy/gateway failed. Closing Fiddler, changing your system proxy settings, and restarting Fiddler may help.  <br />System.Exception Upstream Gateway refused requested CONNECT. 407                                                                                                                                                                                                                                                                                                  
------------------------------------------------------------------
CONNECT www.telerik.com:443 HTTP/1.1
Host: www.telerik.com:443
User-Agent: Fiddler/4.6.2.26757 (.NET 4.6.1; WinNT 6.3.9600.0; en-AU; 4xAMD64; Auto Update; Full Instance)

HTTP/1.1 407 Proxy Authentication Required
Server: squid/3.4.8
Mime-Version: 1.0
Date: Tue, 23 Aug 2016 07:26:19 GMT
Content-Type: text/html
Content-Length: 3297
X-Squid-Error: ERR_CACHE_ACCESS_DENIED 0
Vary: Accept-Language
Content-Language: en
Proxy-Authenticate: Negotiate
Proxy-Authenticate: Basic realm="DPIPWE Squid proxy-caching web server"
X-Cache: MISS from proxy2.dpipwe.tas.gov.au
X-Cache-Lookup: NONE from proxy2.dpipwe.tas.gov.au:8080
Via: 1.1 proxy2.dpipwe.tas.gov.au (squid/3.4.8)
Connection: keep-alive
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>ERROR: Cache Access Denied</title>
<style type="text/css"><!--
 /*
 Stylesheet for Squid Error pages
 Adapted from design by Free CSS Templates
 http://www.freecsstemplates.org
 Released for free under a Creative Commons Attribution 2.5 License
*/
/* Page basics */
* {
 font-family: verdana, sans-serif;
}
html body {
 margin: 0;
 padding: 0;
 background: #efefef;
 font-size: 12px;
 color: #1e1e1e;
}
/* Page displayed title area */
#titles {
 margin-left: 15px;
 padding: 10px;
 padding-left: 115px;
 background: url('http://www.tas.gov.au/images/cue/tasgovlogo_1.gif') no-repeat left;
}
/* initial title */
#titles h1 {
 color: #000000;
}
#titles h2 {
 color: #000000;
}
/* special event: FTP success page titles */
#titles ftpsuccess {
 background-color:#00ff00;
 width:100%;
}
/* Page displayed body content area */
#content {
 padding: 10px;
 background: #ffffff;
}
/* General text */
p {
}
/* error brief description */
#error p {
}
/* some data which may have caused the problem */
#data {
}
/* the error message received from the system or other software */
#sysmsg {
}
pre {
    font-family:sans-serif;
}
/* special event: FTP / Gopher directory listing */
#dirmsg {
    font-family: courier;
    color: black;
    font-size: 10pt;
}
#dirlisting {
    margin-left: 2%;
    margin-right: 2%;
}
#dirlisting tr.entry td.icon,td.filename,td.size,td.date {
    border-bottom: groove;
}
#dirlisting td.size {
    width: 50px;
    text-align: right;
    padding-right: 5px;
}
/* horizontal lines */
hr {
 margin: 0;
}
/* page displayed footer area */
#footer {
 font-size: 9px;
 padding-left: 10px;
}

body
:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
:lang(he) { direction: rtl; }
 --></style>
</head><body id=ERR_CACHE_ACCESS_DENIED>
<div id="titles">
<h1>ERROR</h1>
<h2>Cache Access Denied.</h2>
</div>
<hr>
<div id="content">
<p>The following error was encountered while trying to retrieve the URL: <a href="https://www.telerik.com/*https://www.telerik.com/*">https://www.telerik.com/*</a></p>
<blockquote id="error">
<p><b>Cache Access Denied.</b></p>
</blockquote>
<p>Sorry, you are not currently allowed to request https://www.telerik.com/* from this cache until you have authenticated yourself.</p>
<p>Please contact the <a href="cache'>mailto:helpdesk@dpipwe.tas.gov.au?subject=CacheErrorInfo%20-%20ERR_CACHE_ACCESS_DENIED&amp;body=CacheHost%3A%20proxy2.dpipwe.tas.gov.au%0D%0AErrPage%3A%20ERR_CACHE_ACCESS_DENIED%0D%0AErr%3A%20%5Bnone%5D%0D%0ATimeStamp%3A%20Tue,%2023%20Aug%202016%2007%3A26%3A19%20GMT%0D%0A%0D%0AClientIP%3A%2010.22.2.110%0D%0A%0D%0AHTTP%20Request%3A%0D%0ACONNECT%20%2F%20HTTP%2F1.1%0AUser-Agent%3A%20Fiddler%2F4.6.2.26757%20(.NET%204.6.1%3B%20WinNT%206.3.9600.0%3B%20en-AU%3B%204xAMD64%3B%20Auto%20Update%3B%20Full%20Instance)%0D%0AHost%3A%20www.telerik.com%3A443%0D%0A%0D%0A%0D%0A">cache administrator</a> if you have difficulties authenticating yourself.</p>
<br>
</div>
<hr>
<div id="footer">
<p>Generated Tue, 23 Aug 2016 07:26:19 GMT by proxy2.dpipwe.tas.gov.au (squid/3.4.8)</p>
<!-- ERR_CACHE_ACCESS_DENIED -->
</div>
</body></html>

------------------------------------------------------------------
CONNECT www.telerik.com:443 HTTP/1.1
Host: www.telerik.com:443
User-Agent: Fiddler/4.6.2.26757 (.NET 4.6.1; WinNT 6.3.9600.0; en-AU; 4xAMD64; Auto Update; Full Instance)
Proxy-Authorization: Negotiate TlRMTVNTUAABAAAAl7II4ggACAAtAAAABQAFACgAAAAGA4AlAAAAD1NQREwxSU5URVJOQUw=

HTTP/1.1 407 Proxy Authentication Required
Server: squid/3.4.8
Mime-Version: 1.0
Date: Tue, 23 Aug 2016 07:26:19 GMT
Content-Type: text/html
Content-Length: 3414
X-Squid-Error: ERR_CACHE_ACCESS_DENIED 0
Vary: Accept-Language
Content-Language: en
Proxy-Authenticate: Negotiate
Proxy-Authenticate: Basic realm="DPIPWE Squid proxy-caching web server"
X-Cache: MISS from proxy2.dpipwe.tas.gov.au
X-Cache-Lookup: NONE from proxy2.dpipwe.tas.gov.au:8080
Via: 1.1 proxy2.dpipwe.tas.gov.au (squid/3.4.8)
Connection: keep-alive
Proxy-Support: Session-Based-Authentication
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>ERROR: Cache Access Denied</title>
<style type="text/css"><!--
 /*
 Stylesheet for Squid Error pages
 Adapted from design by Free CSS Templates
 http://www.freecsstemplates.org
 Released for free under a Creative Commons Attribution 2.5 License
*/
/* Page basics */
* {
 font-family: verdana, sans-serif;
}
html body {
 margin: 0;
 padding: 0;
 background: #efefef;
 font-size: 12px;
 color: #1e1e1e;
}
/* Page displayed title area */
#titles {
 margin-left: 15px;
 padding: 10px;
 padding-left: 115px;
 background: url('http://www.tas.gov.au/images/cue/tasgovlogo_1.gif') no-repeat left;
}
/* initial title */
#titles h1 {
 color: #000000;
}
#titles h2 {
 color: #000000;
}
/* special event: FTP success page titles */
#titles ftpsuccess {
 background-color:#00ff00;
 width:100%;
}
/* Page displayed body content area */
#content {
 padding: 10px;
 background: #ffffff;
}
/* General text */
p {
}
/* error brief description */
#error p {
}
/* some data which may have caused the problem */
#data {
}
/* the error message received from the system or other software */
#sysmsg {
}
pre {
    font-family:sans-serif;
}
/* special event: FTP / Gopher directory listing */
#dirmsg {
    font-family: courier;
    color: black;
    font-size: 10pt;
}
#dirlisting {
    margin-left: 2%;
    margin-right: 2%;
}
#dirlisting tr.entry td.icon,td.filename,td.size,td.date {
    border-bottom: groove;
}
#dirlisting td.size {
    width: 50px;
    text-align: right;
    padding-right: 5px;
}
/* horizontal lines */
hr {
 margin: 0;
}
/* page displayed footer area */
#footer {
 font-size: 9px;
 padding-left: 10px;
}

body
:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
:lang(he) { direction: rtl; }
 --></style>
</head><body id=ERR_CACHE_ACCESS_DENIED>
<div id="titles">
<h1>ERROR</h1>
<h2>Cache Access Denied.</h2>
</div>
<hr>
<div id="content">
<p>The following error was encountered while trying to retrieve the URL: <a href="https://www.telerik.com/*https://www.telerik.com/*">https://www.telerik.com/*</a></p>
<blockquote id="error">
<p><b>Cache Access Denied.</b></p>
</blockquote>
<p>Sorry, you are not currently allowed to request https://www.telerik.com/* from this cache until you have authenticated yourself.</p>
<p>Please contact the <a href="cache'>mailto:helpdesk@dpipwe.tas.gov.au?subject=CacheErrorInfo%20-%20ERR_CACHE_ACCESS_DENIED&amp;body=CacheHost%3A%20proxy2.dpipwe.tas.gov.au%0D%0AErrPage%3A%20ERR_CACHE_ACCESS_DENIED%0D%0AErr%3A%20%5Bnone%5D%0D%0ATimeStamp%3A%20Tue,%2023%20Aug%202016%2007%3A26%3A19%20GMT%0D%0A%0D%0AClientIP%3A%2010.22.2.110%0D%0A%0D%0AHTTP%20Request%3A%0D%0ACONNECT%20%2F%20HTTP%2F1.1%0AUser-Agent%3A%20Fiddler%2F4.6.2.26757%20(.NET%204.6.1%3B%20WinNT%206.3.9600.0%3B%20en-AU%3B%204xAMD64%3B%20Auto%20Update%3B%20Full%20Instance)%0D%0AProxy-Authorization%3A%20Negotiate%20TlRMTVNTUAABAAAAl7II4ggACAAtAAAABQAFACgAAAAGA4AlAAAAD1NQREwxSU5URVJOQUw%3D%0D%0AHost%3A%20www.telerik.com%3A443%0D%0A%0D%0A%0D%0A">cache administrator</a> if you have difficulties authenticating yourself.</p>
<br>
</div>
<hr>
<div id="footer">
<p>Generated Tue, 23 Aug 2016 07:26:19 GMT by proxy2.dpipwe.tas.gov.au (squid/3.4.8)</p>
<!-- ERR_CACHE_ACCESS_DENIED -->
</div>
</body></html>

------------------------------------------------------------------
GET https://google.com.au/ HTTP/1.1
User-Agent: Fiddler
Host: google.com.au

HTTP/1.1 502 Fiddler - Gateway Connection Failed
Date: Tue, 23 Aug 2016 07:26:51 GMT
Content-Type: text/html; charset=UTF-8
Connection: close
Cache-Control: no-cache, must-revalidate
Timestamp: 17:26:51.808
[Fiddler] The connection to the upstream proxy/gateway failed. Closing Fiddler, changing your system proxy settings, and restarting Fiddler may help.  <br />System.Exception Upstream Gateway refused requested CONNECT. 407                                                                                                                                                                                                                                                                                                  
------------------------------------------------------------------
CONNECT google.com.au:443 HTTP/1.1
Host: google.com.au:443
User-Agent: Fiddler

HTTP/1.1 407 Proxy Authentication Required
Server: squid/3.4.8
Mime-Version: 1.0
Date: Tue, 23 Aug 2016 07:26:51 GMT
Content-Type: text/html
Content-Length: 3170
X-Squid-Error: ERR_CACHE_ACCESS_DENIED 0
Vary: Accept-Language
Content-Language: en
Proxy-Authenticate: Negotiate
Proxy-Authenticate: Basic realm="DPIPWE Squid proxy-caching web server"
X-Cache: MISS from proxy2.dpipwe.tas.gov.au
X-Cache-Lookup: NONE from proxy2.dpipwe.tas.gov.au:8080
Via: 1.1 proxy2.dpipwe.tas.gov.au (squid/3.4.8)
Connection: keep-alive
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>ERROR: Cache Access Denied</title>
<style type="text/css"><!--
 /*
 Stylesheet for Squid Error pages
 Adapted from design by Free CSS Templates
 http://www.freecsstemplates.org
 Released for free under a Creative Commons Attribution 2.5 License
*/
/* Page basics */
* {
 font-family: verdana, sans-serif;
}
html body {
 margin: 0;
 padding: 0;
 background: #efefef;
 font-size: 12px;
 color: #1e1e1e;
}
/* Page displayed title area */
#titles {
 margin-left: 15px;
 padding: 10px;
 padding-left: 115px;
 background: url('http://www.tas.gov.au/images/cue/tasgovlogo_1.gif') no-repeat left;
}
/* initial title */
#titles h1 {
 color: #000000;
}
#titles h2 {
 color: #000000;
}
/* special event: FTP success page titles */
#titles ftpsuccess {
 background-color:#00ff00;
 width:100%;
}
/* Page displayed body content area */
#content {
 padding: 10px;
 background: #ffffff;
}
/* General text */
p {
}
/* error brief description */
#error p {
}
/* some data which may have caused the problem */
#data {
}
/* the error message received from the system or other software */
#sysmsg {
}
pre {
    font-family:sans-serif;
}
/* special event: FTP / Gopher directory listing */
#dirmsg {
    font-family: courier;
    color: black;
    font-size: 10pt;
}
#dirlisting {
    margin-left: 2%;
    margin-right: 2%;
}
#dirlisting tr.entry td.icon,td.filename,td.size,td.date {
    border-bottom: groove;
}
#dirlisting td.size {
    width: 50px;
    text-align: right;
    padding-right: 5px;
}
/* horizontal lines */
hr {
 margin: 0;
}
/* page displayed footer area */
#footer {
 font-size: 9px;
 padding-left: 10px;
}

body
:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
:lang(he) { direction: rtl; }
 --></style>
</head><body id=ERR_CACHE_ACCESS_DENIED>
<div id="titles">
<h1>ERROR</h1>
<h2>Cache Access Denied.</h2>
</div>
<hr>
<div id="content">
<p>The following error was encountered while trying to retrieve the URL: <a href="https://google.com.au/*https://google.com.au/*">https://google.com.au/*</a></p>
<blockquote id="error">
<p><b>Cache Access Denied.</b></p>
</blockquote>
<p>Sorry, you are not currently allowed to request https://google.com.au/* from this cache until you have authenticated yourself.</p>
<p>Please contact the <a href="cache'>mailto:helpdesk@dpipwe.tas.gov.au?subject=CacheErrorInfo%20-%20ERR_CACHE_ACCESS_DENIED&amp;body=CacheHost%3A%20proxy2.dpipwe.tas.gov.au%0D%0AErrPage%3A%20ERR_CACHE_ACCESS_DENIED%0D%0AErr%3A%20%5Bnone%5D%0D%0ATimeStamp%3A%20Tue,%2023%20Aug%202016%2007%3A26%3A51%20GMT%0D%0A%0D%0AClientIP%3A%2010.22.2.110%0D%0A%0D%0AHTTP%20Request%3A%0D%0ACONNECT%20%2F%20HTTP%2F1.1%0AUser-Agent%3A%20Fiddler%0D%0AHost%3A%20google.com.au%3A443%0D%0A%0D%0A%0D%0A">cache administrator</a> if you have difficulties authenticating yourself.</p>
<br>
</div>
<hr>
<div id="footer">
<p>Generated Tue, 23 Aug 2016 07:26:51 GMT by proxy2.dpipwe.tas.gov.au (squid/3.4.8)</p>
<!-- ERR_CACHE_ACCESS_DENIED -->
</div>
</body></html>

------------------------------------------------------------------
CONNECT google.com.au:443 HTTP/1.1
Host: google.com.au:443
User-Agent: Fiddler
Proxy-Authorization: Negotiate TlRMTVNTUAABAAAAl7II4ggACAAtAAAABQAFACgAAAAGA4AlAAAAD1NQREwxSU5URVJOQUw=

HTTP/1.1 407 Proxy Authentication Required
Server: squid/3.4.8
Mime-Version: 1.0
Date: Tue, 23 Aug 2016 07:26:51 GMT
Content-Type: text/html
Content-Length: 3287
X-Squid-Error: ERR_CACHE_ACCESS_DENIED 0
Vary: Accept-Language
Content-Language: en
Proxy-Authenticate: Negotiate
Proxy-Authenticate: Basic realm="DPIPWE Squid proxy-caching web server"
X-Cache: MISS from proxy2.dpipwe.tas.gov.au
X-Cache-Lookup: NONE from proxy2.dpipwe.tas.gov.au:8080
Via: 1.1 proxy2.dpipwe.tas.gov.au (squid/3.4.8)
Connection: keep-alive
Proxy-Support: Session-Based-Authentication
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>ERROR: Cache Access Denied</title>
<style type="text/css"><!--
 /*
 Stylesheet for Squid Error pages
 Adapted from design by Free CSS Templates
 http://www.freecsstemplates.org
 Released for free under a Creative Commons Attribution 2.5 License
*/
/* Page basics */
* {
 font-family: verdana, sans-serif;
}
html body {
 margin: 0;
 padding: 0;
 background: #efefef;
 font-size: 12px;
 color: #1e1e1e;
}
/* Page displayed title area */
#titles {
 margin-left: 15px;
 padding: 10px;
 padding-left: 115px;
 background: url('http://www.tas.gov.au/images/cue/tasgovlogo_1.gif') no-repeat left;
}
/* initial title */
#titles h1 {
 color: #000000;
}
#titles h2 {
 color: #000000;
}
/* special event: FTP success page titles */
#titles ftpsuccess {
 background-color:#00ff00;
 width:100%;
}
/* Page displayed body content area */
#content {
 padding: 10px;
 background: #ffffff;
}
/* General text */
p {
}
/* error brief description */
#error p {
}
/* some data which may have caused the problem */
#data {
}
/* the error message received from the system or other software */
#sysmsg {
}
pre {
    font-family:sans-serif;
}
/* special event: FTP / Gopher directory listing */
#dirmsg {
    font-family: courier;
    color: black;
    font-size: 10pt;
}
#dirlisting {
    margin-left: 2%;
    margin-right: 2%;
}
#dirlisting tr.entry td.icon,td.filename,td.size,td.date {
    border-bottom: groove;
}
#dirlisting td.size {
    width: 50px;
    text-align: right;
    padding-right: 5px;
}
/* horizontal lines */
hr {
 margin: 0;
}
/* page displayed footer area */
#footer {
 font-size: 9px;
 padding-left: 10px;
}

body
:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
:lang(he) { direction: rtl; }
 --></style>
</head><body id=ERR_CACHE_ACCESS_DENIED>
<div id="titles">
<h1>ERROR</h1>
<h2>Cache Access Denied.</h2>
</div>
<hr>
<div id="content">
<p>The following error was encountered while trying to retrieve the URL: <a href="https://google.com.au/*https://google.com.au/*">https://google.com.au/*</a></p>
<blockquote id="error">
<p><b>Cache Access Denied.</b></p>
</blockquote>
<p>Sorry, you are not currently allowed to request https://google.com.au/* from this cache until you have authenticated yourself.</p>
<p>Please contact the <a href="cache'>mailto:helpdesk@dpipwe.tas.gov.au?subject=CacheErrorInfo%20-%20ERR_CACHE_ACCESS_DENIED&amp;body=CacheHost%3A%20proxy2.dpipwe.tas.gov.au%0D%0AErrPage%3A%20ERR_CACHE_ACCESS_DENIED%0D%0AErr%3A%20%5Bnone%5D%0D%0ATimeStamp%3A%20Tue,%2023%20Aug%202016%2007%3A26%3A51%20GMT%0D%0A%0D%0AClientIP%3A%2010.22.2.110%0D%0A%0D%0AHTTP%20Request%3A%0D%0ACONNECT%20%2F%20HTTP%2F1.1%0AUser-Agent%3A%20Fiddler%0D%0AProxy-Authorization%3A%20Negotiate%20TlRMTVNTUAABAAAAl7II4ggACAAtAAAABQAFACgAAAAGA4AlAAAAD1NQREwxSU5URVJOQUw%3D%0D%0AHost%3A%20google.com.au%3A443%0D%0A%0D%0A%0D%0A">cache administrator</a> if you have difficulties authenticating yourself.</p>
<br>
</div>
<hr>
<div id="footer">
<p>Generated Tue, 23 Aug 2016 07:26:51 GMT by proxy2.dpipwe.tas.gov.au (squid/3.4.8)</p>
<!-- ERR_CACHE_ACCESS_DENIED -->
</div>
</body></html>

------------------------------------------------------------------
GET http://abc.net.au/ HTTP/1.1
User-Agent: Fiddler
Host: abc.net.au

HTTP/1.1 407 Proxy Authentication Required
Server: squid/3.4.8
Mime-Version: 1.0
Date: Tue, 23 Aug 2016 07:31:01 GMT
Content-Type: text/html
Content-Length: 3142
X-Squid-Error: ERR_CACHE_ACCESS_DENIED 0
Vary: Accept-Language
Content-Language: en
Proxy-Authenticate: Negotiate
Proxy-Authenticate: Basic realm="DPIPWE Squid proxy-caching web server"
X-Cache: MISS from proxy2.dpipwe.tas.gov.au
X-Cache-Lookup: NONE from proxy2.dpipwe.tas.gov.au:8080
Via: 1.1 proxy2.dpipwe.tas.gov.au (squid/3.4.8)
Connection: keep-alive
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>ERROR: Cache Access Denied</title>
<style type="text/css"><!--
 /*
 Stylesheet for Squid Error pages
 Adapted from design by Free CSS Templates
 http://www.freecsstemplates.org
 Released for free under a Creative Commons Attribution 2.5 License
*/
/* Page basics */
* {
 font-family: verdana, sans-serif;
}
html body {
 margin: 0;
 padding: 0;
 background: #efefef;
 font-size: 12px;
 color: #1e1e1e;
}
/* Page displayed title area */
#titles {
 margin-left: 15px;
 padding: 10px;
 padding-left: 115px;
 background: url('http://www.tas.gov.au/images/cue/tasgovlogo_1.gif') no-repeat left;
}
/* initial title */
#titles h1 {
 color: #000000;
}
#titles h2 {
 color: #000000;
}
/* special event: FTP success page titles */
#titles ftpsuccess {
 background-color:#00ff00;
 width:100%;
}
/* Page displayed body content area */
#content {
 padding: 10px;
 background: #ffffff;
}
/* General text */
p {
}
/* error brief description */
#error p {
}
/* some data which may have caused the problem */
#data {
}
/* the error message received from the system or other software */
#sysmsg {
}
pre {
    font-family:sans-serif;
}
/* special event: FTP / Gopher directory listing */
#dirmsg {
    font-family: courier;
    color: black;
    font-size: 10pt;
}
#dirlisting {
    margin-left: 2%;
    margin-right: 2%;
}
#dirlisting tr.entry td.icon,td.filename,td.size,td.date {
    border-bottom: groove;
}
#dirlisting td.size {
    width: 50px;
    text-align: right;
    padding-right: 5px;
}
/* horizontal lines */
hr {
 margin: 0;
}
/* page displayed footer area */
#footer {
 font-size: 9px;
 padding-left: 10px;
}

body
:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
:lang(he) { direction: rtl; }
 --></style>
</head><body id=ERR_CACHE_ACCESS_DENIED>
<div id="titles">
<h1>ERROR</h1>
<h2>Cache Access Denied.</h2>
</div>
<hr>
<div id="content">
<p>The following error was encountered while trying to retrieve the URL: <a href="http://abc.net.au/http://abc.net.au/">http://abc.net.au/</a></p>
<blockquote id="error">
<p><b>Cache Access Denied.</b></p>
</blockquote>
<p>Sorry, you are not currently allowed to request http://abc.net.au/ from this cache until you have authenticated yourself.</p>
<p>Please contact the <a href="cache'>mailto:helpdesk@dpipwe.tas.gov.au?subject=CacheErrorInfo%20-%20ERR_CACHE_ACCESS_DENIED&amp;body=CacheHost%3A%20proxy2.dpipwe.tas.gov.au%0D%0AErrPage%3A%20ERR_CACHE_ACCESS_DENIED%0D%0AErr%3A%20%5Bnone%5D%0D%0ATimeStamp%3A%20Tue,%2023%20Aug%202016%2007%3A31%3A01%20GMT%0D%0A%0D%0AClientIP%3A%2010.22.2.110%0D%0A%0D%0AHTTP%20Request%3A%0D%0AGET%20%2F%20HTTP%2F1.1%0AUser-Agent%3A%20Fiddler%0D%0AHost%3A%20abc.net.au%0D%0A%0D%0A%0D%0A">cache administrator</a> if you have difficulties authenticating yourself.</p>
<br>
</div>
<hr>
<div id="footer">
<p>Generated Tue, 23 Aug 2016 07:31:01 GMT by proxy2.dpipwe.tas.gov.au (squid/3.4.8)</p>
<!-- ERR_CACHE_ACCESS_DENIED -->
</div>
</body></html>

------------------------------------------------------------------
GET http://abc.net.au/ HTTP/1.1
User-Agent: Fiddler
Host: abc.net.au
Proxy-Authorization: Negotiate TlRMTVNTUAABAAAAl7II4ggACAAtAAAABQAFACgAAAAGA4AlAAAAD1NQREwxSU5URVJOQUw=

HTTP/1.1 407 Proxy Authentication Required
Server: squid/3.4.8
Mime-Version: 1.0
Date: Tue, 23 Aug 2016 07:31:01 GMT
Content-Type: text/html
Content-Length: 3259
X-Squid-Error: ERR_CACHE_ACCESS_DENIED 0
Vary: Accept-Language
Content-Language: en
Proxy-Authenticate: Negotiate
Proxy-Authenticate: Basic realm="DPIPWE Squid proxy-caching web server"
X-Cache: MISS from proxy2.dpipwe.tas.gov.au
X-Cache-Lookup: NONE from proxy2.dpipwe.tas.gov.au:8080
Via: 1.1 proxy2.dpipwe.tas.gov.au (squid/3.4.8)
Connection: keep-alive
Proxy-Support: Session-Based-Authentication
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>ERROR: Cache Access Denied</title>
<style type="text/css"><!--
 /*
 Stylesheet for Squid Error pages
 Adapted from design by Free CSS Templates
 http://www.freecsstemplates.org
 Released for free under a Creative Commons Attribution 2.5 License
*/
/* Page basics */
* {
 font-family: verdana, sans-serif;
}
html body {
 margin: 0;
 padding: 0;
 background: #efefef;
 font-size: 12px;
 color: #1e1e1e;
}
/* Page displayed title area */
#titles {
 margin-left: 15px;
 padding: 10px;
 padding-left: 115px;
 background: url('http://www.tas.gov.au/images/cue/tasgovlogo_1.gif') no-repeat left;
}
/* initial title */
#titles h1 {
 color: #000000;
}
#titles h2 {
 color: #000000;
}
/* special event: FTP success page titles */
#titles ftpsuccess {
 background-color:#00ff00;
 width:100%;
}
/* Page displayed body content area */
#content {
 padding: 10px;
 background: #ffffff;
}
/* General text */
p {
}
/* error brief description */
#error p {
}
/* some data which may have caused the problem */
#data {
}
/* the error message received from the system or other software */
#sysmsg {
}
pre {
    font-family:sans-serif;
}
/* special event: FTP / Gopher directory listing */
#dirmsg {
    font-family: courier;
    color: black;
    font-size: 10pt;
}
#dirlisting {
    margin-left: 2%;
    margin-right: 2%;
}
#dirlisting tr.entry td.icon,td.filename,td.size,td.date {
    border-bottom: groove;
}
#dirlisting td.size {
    width: 50px;
    text-align: right;
    padding-right: 5px;
}
/* horizontal lines */
hr {
 margin: 0;
}
/* page displayed footer area */
#footer {
 font-size: 9px;
 padding-left: 10px;
}

body
:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
:lang(he) { direction: rtl; }
 --></style>
</head><body id=ERR_CACHE_ACCESS_DENIED>
<div id="titles">
<h1>ERROR</h1>
<h2>Cache Access Denied.</h2>
</div>
<hr>
<div id="content">
<p>The following error was encountered while trying to retrieve the URL: <a href="http://abc.net.au/http://abc.net.au/">http://abc.net.au/</a></p>
<blockquote id="error">
<p><b>Cache Access Denied.</b></p>
</blockquote>
<p>Sorry, you are not currently allowed to request http://abc.net.au/ from this cache until you have authenticated yourself.</p>
<p>Please contact the <a href="cache'>mailto:helpdesk@dpipwe.tas.gov.au?subject=CacheErrorInfo%20-%20ERR_CACHE_ACCESS_DENIED&amp;body=CacheHost%3A%20proxy2.dpipwe.tas.gov.au%0D%0AErrPage%3A%20ERR_CACHE_ACCESS_DENIED%0D%0AErr%3A%20%5Bnone%5D%0D%0ATimeStamp%3A%20Tue,%2023%20Aug%202016%2007%3A31%3A01%20GMT%0D%0A%0D%0AClientIP%3A%2010.22.2.110%0D%0A%0D%0AHTTP%20Request%3A%0D%0AGET%20%2F%20HTTP%2F1.1%0AUser-Agent%3A%20Fiddler%0D%0AProxy-Authorization%3A%20Negotiate%20TlRMTVNTUAABAAAAl7II4ggACAAtAAAABQAFACgAAAAGA4AlAAAAD1NQREwxSU5URVJOQUw%3D%0D%0AHost%3A%20abc.net.au%0D%0A%0D%0A%0D%0A">cache administrator</a> if you have difficulties authenticating yourself.</p>
<br>
</div>
<hr>
<div id="footer">
<p>Generated Tue, 23 Aug 2016 07:31:01 GMT by proxy2.dpipwe.tas.gov.au (squid/3.4.8)</p>
<!-- ERR_CACHE_ACCESS_DENIED -->
</div>
</body></html>

------------------------------------------------------------------

0
Craig
Top achievements
Rank 1
answered on 23 Aug 2016, 08:10 AM
CONNECT google.com.au:443 HTTP/1.0
User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko
Proxy-Connection: Keep-Alive
Content-Length: 0
Host: google.com.au
Pragma: no-cache

HTTP/1.1 407 Proxy Authentication Required
Server: squid/3.4.8
Mime-Version: 1.0
Date: Tue, 23 Aug 2016 07:41:35 GMT
Content-Type: text/html
Content-Length: 3350
X-Squid-Error: ERR_CACHE_ACCESS_DENIED 0
Vary: Accept-Language
Content-Language: en
Proxy-Authenticate: Negotiate
Proxy-Authenticate: Basic realm="DPIPWE Squid proxy-caching web server"
X-Cache: MISS from proxy2.dpipwe.tas.gov.au
X-Cache-Lookup: NONE from proxy2.dpipwe.tas.gov.au:8080
Via: 1.1 proxy2.dpipwe.tas.gov.au (squid/3.4.8)
Connection: keep-alive
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>ERROR: Cache Access Denied</title>
<style type="text/css"><!--
 /*
 Stylesheet for Squid Error pages
 Adapted from design by Free CSS Templates
 http://www.freecsstemplates.org
 Released for free under a Creative Commons Attribution 2.5 License
*/
/* Page basics */
* {
 font-family: verdana, sans-serif;
}
html body {
 margin: 0;
 padding: 0;
 background: #efefef;
 font-size: 12px;
 color: #1e1e1e;
}
/* Page displayed title area */
#titles {
 margin-left: 15px;
 padding: 10px;
 padding-left: 115px;
 background: url('http://www.tas.gov.au/images/cue/tasgovlogo_1.gif') no-repeat left;
}
/* initial title */
#titles h1 {
 color: #000000;
}
#titles h2 {
 color: #000000;
}
/* special event: FTP success page titles */
#titles ftpsuccess {
 background-color:#00ff00;
 width:100%;
}
/* Page displayed body content area */
#content {
 padding: 10px;
 background: #ffffff;
}
/* General text */
p {
}
/* error brief description */
#error p {
}
/* some data which may have caused the problem */
#data {
}
/* the error message received from the system or other software */
#sysmsg {
}
pre {
    font-family:sans-serif;
}
/* special event: FTP / Gopher directory listing */
#dirmsg {
    font-family: courier;
    color: black;
    font-size: 10pt;
}
#dirlisting {
    margin-left: 2%;
    margin-right: 2%;
}
#dirlisting tr.entry td.icon,td.filename,td.size,td.date {
    border-bottom: groove;
}
#dirlisting td.size {
    width: 50px;
    text-align: right;
    padding-right: 5px;
}
/* horizontal lines */
hr {
 margin: 0;
}
/* page displayed footer area */
#footer {
 font-size: 9px;
 padding-left: 10px;
}

body
:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
:lang(he) { direction: rtl; }
 --></style>
</head><body id=ERR_CACHE_ACCESS_DENIED>
<div id="titles">
<h1>ERROR</h1>
<h2>Cache Access Denied.</h2>
</div>
<hr>
<div id="content">
<p>The following error was encountered while trying to retrieve the URL: <a href="https://google.com.au/*https://google.com.au/*">https://google.com.au/*</a></p>
<blockquote id="error">
<p><b>Cache Access Denied.</b></p>
</blockquote>
<p>Sorry, you are not currently allowed to request https://google.com.au/* from this cache until you have authenticated yourself.</p>
<p>Please contact the <a href="cache'>mailto:helpdesk@dpipwe.tas.gov.au?subject=CacheErrorInfo%20-%20ERR_CACHE_ACCESS_DENIED&amp;body=CacheHost%3A%20proxy2.dpipwe.tas.gov.au%0D%0AErrPage%3A%20ERR_CACHE_ACCESS_DENIED%0D%0AErr%3A%20%5Bnone%5D%0D%0ATimeStamp%3A%20Tue,%2023%20Aug%202016%2007%3A41%3A35%20GMT%0D%0A%0D%0AClientIP%3A%2010.22.2.110%0D%0A%0D%0AHTTP%20Request%3A%0D%0ACONNECT%20%2F%20HTTP%2F1.0%0AUser-Agent%3A%20Mozilla%2F5.0%20(Windows%20NT%206.3%3B%20WOW64%3B%20Trident%2F7.0%3B%20rv%3A11.0)%20like%20Gecko%0D%0AProxy-Connection%3A%20Keep-Alive%0D%0AContent-Length%3A%200%0D%0APragma%3A%20no-cache%0D%0AHost%3A%20google.com.au%3A443%0D%0A%0D%0A%0D%0A">cache administrator</a> if you have difficulties authenticating yourself.</p>
<br>
</div>
<hr>
<div id="footer">
<p>Generated Tue, 23 Aug 2016 07:41:35 GMT by proxy2.dpipwe.tas.gov.au (squid/3.4.8)</p>
<!-- ERR_CACHE_ACCESS_DENIED -->
</div>
</body></html>

------------------------------------------------------------------
CONNECT google.com.au:443 HTTP/1.0
User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko
Proxy-Connection: Keep-Alive
Content-Length: 0
Host: google.com.au
Pragma: no-cache
Proxy-Authorization: Negotiate TlRMTVNTUAABAAAAl7II4ggACAAtAAAABQAFACgAAAAGA4AlAAAAD1NQREwxSU5URVJOQUw=

HTTP/1.1 407 Proxy Authentication Required
Server: squid/3.4.8
Mime-Version: 1.0
Date: Tue, 23 Aug 2016 07:41:35 GMT
Content-Type: text/html
Content-Length: 3467
X-Squid-Error: ERR_CACHE_ACCESS_DENIED 0
Vary: Accept-Language
Content-Language: en
Proxy-Authenticate: Negotiate
Proxy-Authenticate: Basic realm="DPIPWE Squid proxy-caching web server"
X-Cache: MISS from proxy2.dpipwe.tas.gov.au
X-Cache-Lookup: NONE from proxy2.dpipwe.tas.gov.au:8080
Via: 1.1 proxy2.dpipwe.tas.gov.au (squid/3.4.8)
Connection: keep-alive
Proxy-Support: Session-Based-Authentication
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>ERROR: Cache Access Denied</title>
<style type="text/css"><!--
 /*
 Stylesheet for Squid Error pages
 Adapted from design by Free CSS Templates
 http://www.freecsstemplates.org
 Released for free under a Creative Commons Attribution 2.5 License
*/
/* Page basics */
* {
 font-family: verdana, sans-serif;
}
html body {
 margin: 0;
 padding: 0;
 background: #efefef;
 font-size: 12px;
 color: #1e1e1e;
}
/* Page displayed title area */
#titles {
 margin-left: 15px;
 padding: 10px;
 padding-left: 115px;
 background: url('http://www.tas.gov.au/images/cue/tasgovlogo_1.gif') no-repeat left;
}
/* initial title */
#titles h1 {
 color: #000000;
}
#titles h2 {
 color: #000000;
}
/* special event: FTP success page titles */
#titles ftpsuccess {
 background-color:#00ff00;
 width:100%;
}
/* Page displayed body content area */
#content {
 padding: 10px;
 background: #ffffff;
}
/* General text */
p {
}
/* error brief description */
#error p {
}
/* some data which may have caused the problem */
#data {
}
/* the error message received from the system or other software */
#sysmsg {
}
pre {
    font-family:sans-serif;
}
/* special event: FTP / Gopher directory listing */
#dirmsg {
    font-family: courier;
    color: black;
    font-size: 10pt;
}
#dirlisting {
    margin-left: 2%;
    margin-right: 2%;
}
#dirlisting tr.entry td.icon,td.filename,td.size,td.date {
    border-bottom: groove;
}
#dirlisting td.size {
    width: 50px;
    text-align: right;
    padding-right: 5px;
}
/* horizontal lines */
hr {
 margin: 0;
}
/* page displayed footer area */
#footer {
 font-size: 9px;
 padding-left: 10px;
}

body
:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
:lang(he) { direction: rtl; }
 --></style>
</head><body id=ERR_CACHE_ACCESS_DENIED>
<div id="titles">
<h1>ERROR</h1>
<h2>Cache Access Denied.</h2>
</div>
<hr>
<div id="content">
<p>The following error was encountered while trying to retrieve the URL: <a href="https://google.com.au/*https://google.com.au/*">https://google.com.au/*</a></p>
<blockquote id="error">
<p><b>Cache Access Denied.</b></p>
</blockquote>
<p>Sorry, you are not currently allowed to request https://google.com.au/* from this cache until you have authenticated yourself.</p>
<p>Please contact the <a href="cache'>mailto:helpdesk@dpipwe.tas.gov.au?subject=CacheErrorInfo%20-%20ERR_CACHE_ACCESS_DENIED&amp;body=CacheHost%3A%20proxy2.dpipwe.tas.gov.au%0D%0AErrPage%3A%20ERR_CACHE_ACCESS_DENIED%0D%0AErr%3A%20%5Bnone%5D%0D%0ATimeStamp%3A%20Tue,%2023%20Aug%202016%2007%3A41%3A35%20GMT%0D%0A%0D%0AClientIP%3A%2010.22.2.110%0D%0A%0D%0AHTTP%20Request%3A%0D%0ACONNECT%20%2F%20HTTP%2F1.0%0AUser-Agent%3A%20Mozilla%2F5.0%20(Windows%20NT%206.3%3B%20WOW64%3B%20Trident%2F7.0%3B%20rv%3A11.0)%20like%20Gecko%0D%0AProxy-Connection%3A%20Keep-Alive%0D%0AContent-Length%3A%200%0D%0APragma%3A%20no-cache%0D%0AProxy-Authorization%3A%20Negotiate%20TlRMTVNTUAABAAAAl7II4ggACAAtAAAABQAFACgAAAAGA4AlAAAAD1NQREwxSU5URVJOQUw%3D%0D%0AHost%3A%20google.com.au%3A443%0D%0A%0D%0A%0D%0A">cache administrator</a> if you have difficulties authenticating yourself.</p>
<br>
</div>
<hr>
<div id="footer">
<p>Generated Tue, 23 Aug 2016 07:41:35 GMT by proxy2.dpipwe.tas.gov.au (squid/3.4.8)</p>
<!-- ERR_CACHE_ACCESS_DENIED -->
</div>
</body></html>
0
Craig
Top achievements
Rank 1
answered on 23 Aug 2016, 08:10 AM
CONNECT google.com.au:443 HTTP/1.0
User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko
Proxy-Connection: Keep-Alive
Content-Length: 0
Host: google.com.au
Pragma: no-cache

HTTP/1.1 407 Proxy Authentication Required
Server: squid/3.4.8
Mime-Version: 1.0
Date: Tue, 23 Aug 2016 07:41:35 GMT
Content-Type: text/html
Content-Length: 3350
X-Squid-Error: ERR_CACHE_ACCESS_DENIED 0
Vary: Accept-Language
Content-Language: en
Proxy-Authenticate: Negotiate
Proxy-Authenticate: Basic realm="DPIPWE Squid proxy-caching web server"
X-Cache: MISS from proxy2.dpipwe.tas.gov.au
X-Cache-Lookup: NONE from proxy2.dpipwe.tas.gov.au:8080
Via: 1.1 proxy2.dpipwe.tas.gov.au (squid/3.4.8)
Connection: keep-alive
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>ERROR: Cache Access Denied</title>
<style type="text/css"><!--
 /*
 Stylesheet for Squid Error pages
 Adapted from design by Free CSS Templates
 http://www.freecsstemplates.org
 Released for free under a Creative Commons Attribution 2.5 License
*/
/* Page basics */
* {
 font-family: verdana, sans-serif;
}
html body {
 margin: 0;
 padding: 0;
 background: #efefef;
 font-size: 12px;
 color: #1e1e1e;
}
/* Page displayed title area */
#titles {
 margin-left: 15px;
 padding: 10px;
 padding-left: 115px;
 background: url('http://www.tas.gov.au/images/cue/tasgovlogo_1.gif') no-repeat left;
}
/* initial title */
#titles h1 {
 color: #000000;
}
#titles h2 {
 color: #000000;
}
/* special event: FTP success page titles */
#titles ftpsuccess {
 background-color:#00ff00;
 width:100%;
}
/* Page displayed body content area */
#content {
 padding: 10px;
 background: #ffffff;
}
/* General text */
p {
}
/* error brief description */
#error p {
}
/* some data which may have caused the problem */
#data {
}
/* the error message received from the system or other software */
#sysmsg {
}
pre {
    font-family:sans-serif;
}
/* special event: FTP / Gopher directory listing */
#dirmsg {
    font-family: courier;
    color: black;
    font-size: 10pt;
}
#dirlisting {
    margin-left: 2%;
    margin-right: 2%;
}
#dirlisting tr.entry td.icon,td.filename,td.size,td.date {
    border-bottom: groove;
}
#dirlisting td.size {
    width: 50px;
    text-align: right;
    padding-right: 5px;
}
/* horizontal lines */
hr {
 margin: 0;
}
/* page displayed footer area */
#footer {
 font-size: 9px;
 padding-left: 10px;
}

body
:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
:lang(he) { direction: rtl; }
 --></style>
</head><body id=ERR_CACHE_ACCESS_DENIED>
<div id="titles">
<h1>ERROR</h1>
<h2>Cache Access Denied.</h2>
</div>
<hr>
<div id="content">
<p>The following error was encountered while trying to retrieve the URL: <a href="https://google.com.au/*https://google.com.au/*">https://google.com.au/*</a></p>
<blockquote id="error">
<p><b>Cache Access Denied.</b></p>
</blockquote>
<p>Sorry, you are not currently allowed to request https://google.com.au/* from this cache until you have authenticated yourself.</p>
<p>Please contact the <a href="cache'>mailto:helpdesk@dpipwe.tas.gov.au?subject=CacheErrorInfo%20-%20ERR_CACHE_ACCESS_DENIED&amp;body=CacheHost%3A%20proxy2.dpipwe.tas.gov.au%0D%0AErrPage%3A%20ERR_CACHE_ACCESS_DENIED%0D%0AErr%3A%20%5Bnone%5D%0D%0ATimeStamp%3A%20Tue,%2023%20Aug%202016%2007%3A41%3A35%20GMT%0D%0A%0D%0AClientIP%3A%2010.22.2.110%0D%0A%0D%0AHTTP%20Request%3A%0D%0ACONNECT%20%2F%20HTTP%2F1.0%0AUser-Agent%3A%20Mozilla%2F5.0%20(Windows%20NT%206.3%3B%20WOW64%3B%20Trident%2F7.0%3B%20rv%3A11.0)%20like%20Gecko%0D%0AProxy-Connection%3A%20Keep-Alive%0D%0AContent-Length%3A%200%0D%0APragma%3A%20no-cache%0D%0AHost%3A%20google.com.au%3A443%0D%0A%0D%0A%0D%0A">cache administrator</a> if you have difficulties authenticating yourself.</p>
<br>
</div>
<hr>
<div id="footer">
<p>Generated Tue, 23 Aug 2016 07:41:35 GMT by proxy2.dpipwe.tas.gov.au (squid/3.4.8)</p>
<!-- ERR_CACHE_ACCESS_DENIED -->
</div>
</body></html>

------------------------------------------------------------------
CONNECT google.com.au:443 HTTP/1.0
User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko
Proxy-Connection: Keep-Alive
Content-Length: 0
Host: google.com.au
Pragma: no-cache
Proxy-Authorization: Negotiate TlRMTVNTUAABAAAAl7II4ggACAAtAAAABQAFACgAAAAGA4AlAAAAD1NQREwxSU5URVJOQUw=

HTTP/1.1 407 Proxy Authentication Required
Server: squid/3.4.8
Mime-Version: 1.0
Date: Tue, 23 Aug 2016 07:41:35 GMT
Content-Type: text/html
Content-Length: 3467
X-Squid-Error: ERR_CACHE_ACCESS_DENIED 0
Vary: Accept-Language
Content-Language: en
Proxy-Authenticate: Negotiate
Proxy-Authenticate: Basic realm="DPIPWE Squid proxy-caching web server"
X-Cache: MISS from proxy2.dpipwe.tas.gov.au
X-Cache-Lookup: NONE from proxy2.dpipwe.tas.gov.au:8080
Via: 1.1 proxy2.dpipwe.tas.gov.au (squid/3.4.8)
Connection: keep-alive
Proxy-Support: Session-Based-Authentication
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>ERROR: Cache Access Denied</title>
<style type="text/css"><!--
 /*
 Stylesheet for Squid Error pages
 Adapted from design by Free CSS Templates
 http://www.freecsstemplates.org
 Released for free under a Creative Commons Attribution 2.5 License
*/
/* Page basics */
* {
 font-family: verdana, sans-serif;
}
html body {
 margin: 0;
 padding: 0;
 background: #efefef;
 font-size: 12px;
 color: #1e1e1e;
}
/* Page displayed title area */
#titles {
 margin-left: 15px;
 padding: 10px;
 padding-left: 115px;
 background: url('http://www.tas.gov.au/images/cue/tasgovlogo_1.gif') no-repeat left;
}
/* initial title */
#titles h1 {
 color: #000000;
}
#titles h2 {
 color: #000000;
}
/* special event: FTP success page titles */
#titles ftpsuccess {
 background-color:#00ff00;
 width:100%;
}
/* Page displayed body content area */
#content {
 padding: 10px;
 background: #ffffff;
}
/* General text */
p {
}
/* error brief description */
#error p {
}
/* some data which may have caused the problem */
#data {
}
/* the error message received from the system or other software */
#sysmsg {
}
pre {
    font-family:sans-serif;
}
/* special event: FTP / Gopher directory listing */
#dirmsg {
    font-family: courier;
    color: black;
    font-size: 10pt;
}
#dirlisting {
    margin-left: 2%;
    margin-right: 2%;
}
#dirlisting tr.entry td.icon,td.filename,td.size,td.date {
    border-bottom: groove;
}
#dirlisting td.size {
    width: 50px;
    text-align: right;
    padding-right: 5px;
}
/* horizontal lines */
hr {
 margin: 0;
}
/* page displayed footer area */
#footer {
 font-size: 9px;
 padding-left: 10px;
}

body
:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
:lang(he) { direction: rtl; }
 --></style>
</head><body id=ERR_CACHE_ACCESS_DENIED>
<div id="titles">
<h1>ERROR</h1>
<h2>Cache Access Denied.</h2>
</div>
<hr>
<div id="content">
<p>The following error was encountered while trying to retrieve the URL: <a href="https://google.com.au/*https://google.com.au/*">https://google.com.au/*</a></p>
<blockquote id="error">
<p><b>Cache Access Denied.</b></p>
</blockquote>
<p>Sorry, you are not currently allowed to request https://google.com.au/* from this cache until you have authenticated yourself.</p>
<p>Please contact the <a href="cache'>mailto:helpdesk@dpipwe.tas.gov.au?subject=CacheErrorInfo%20-%20ERR_CACHE_ACCESS_DENIED&amp;body=CacheHost%3A%20proxy2.dpipwe.tas.gov.au%0D%0AErrPage%3A%20ERR_CACHE_ACCESS_DENIED%0D%0AErr%3A%20%5Bnone%5D%0D%0ATimeStamp%3A%20Tue,%2023%20Aug%202016%2007%3A41%3A35%20GMT%0D%0A%0D%0AClientIP%3A%2010.22.2.110%0D%0A%0D%0AHTTP%20Request%3A%0D%0ACONNECT%20%2F%20HTTP%2F1.0%0AUser-Agent%3A%20Mozilla%2F5.0%20(Windows%20NT%206.3%3B%20WOW64%3B%20Trident%2F7.0%3B%20rv%3A11.0)%20like%20Gecko%0D%0AProxy-Connection%3A%20Keep-Alive%0D%0AContent-Length%3A%200%0D%0APragma%3A%20no-cache%0D%0AProxy-Authorization%3A%20Negotiate%20TlRMTVNTUAABAAAAl7II4ggACAAtAAAABQAFACgAAAAGA4AlAAAAD1NQREwxSU5URVJOQUw%3D%0D%0AHost%3A%20google.com.au%3A443%0D%0A%0D%0A%0D%0A">cache administrator</a> if you have difficulties authenticating yourself.</p>
<br>
</div>
<hr>
<div id="footer">
<p>Generated Tue, 23 Aug 2016 07:41:35 GMT by proxy2.dpipwe.tas.gov.au (squid/3.4.8)</p>
<!-- ERR_CACHE_ACCESS_DENIED -->
</div>
</body></html>
0
Tsviatko Yovtchev
Telerik team
answered on 31 Aug 2016, 05:26 PM
That's really weird. Something must have changed with the network setup in the meantime.

Could you try typing 

 prefs set fiddler.composer.HTTPSProxyBasicCreds yourusername:yourpassword

in the quick exec box and then give it another try with the composer and the browser.

Regards,
Tsviatko Yovtchev
Telerik by Progress
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Craig
Top achievements
Rank 1
answered on 06 Sep 2016, 05:37 AM

Hi Tsviatko

I typed the command and put in my username and password and clicked enter in the quick exec box. Then tried in composer & web browser again. Nothing changed - still not working.

I agree something must have happened on the network. But I'm not the network admin so I have no idea what has changed, and I haven't been able to get an answer from the admins about what might have changed to cause this issue.

0
Craig
Top achievements
Rank 1
answered on 06 Sep 2016, 05:39 AM

Hi Tsviatko

I tried that with my username and password. It didn't work. I still got the 407 errors in both Composer and the web browser.

I agree that something must have changed on the proxy server/network. But I am not a server admin so I have no idea and have no control over that.

Tags
Fiddler Classic
Asked by
Craig
Top achievements
Rank 1
Answers by
Chris
Top achievements
Rank 1
Tsviatko Yovtchev
Telerik team
Craig
Top achievements
Rank 1
Share this question
or