This file is indexed.

/usr/share/polipo/www/doc/Tunnelling-connections.html is in polipo 1.0.4.1-1.2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<html lang="en">
<head>
<title>Tunnelling connections - The Polipo Manual</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="The Polipo Manual">
<meta name="generator" content="makeinfo 4.13">
<link title="Top" rel="start" href="index.html#Top">
<link rel="up" href="Network.html#Network" title="Network">
<link rel="prev" href="Tuning-POST-and-PUT.html#Tuning-POST-and-PUT" title="Tuning POST and PUT">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
<!--
Copyright (C) 2003 -- 2006 by Juliusz Chroboczek.-->
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
  pre.display { font-family:inherit }
  pre.format  { font-family:inherit }
  pre.smalldisplay { font-family:inherit; font-size:smaller }
  pre.smallformat  { font-family:inherit; font-size:smaller }
  pre.smallexample { font-size:smaller }
  pre.smalllisp    { font-size:smaller }
  span.sc    { font-variant:small-caps }
  span.roman { font-family:serif; font-weight:normal; } 
  span.sansserif { font-family:sans-serif; font-weight:normal; } 
--></style>
</head>
<body>
<div class="node">
<a name="Tunnelling-connections"></a>
<p>
Previous:&nbsp;<a rel="previous" accesskey="p" href="Tuning-POST-and-PUT.html#Tuning-POST-and-PUT">Tuning POST and PUT</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="Network.html#Network">Network</a>
<hr>
</div>

<h3 class="section">3.12 Tunnelling connections</h3>

<p><a name="index-tunnel-175"></a><a name="index-tunnelling-proxy-176"></a><a name="index-https-177"></a><a name="index-HTTP_002fSSL-178"></a><a name="index-rsync-179"></a><a name="index-CONNECT-180"></a><a name="index-tunnelAllowedPorts-181"></a>
Polipo is an HTTP proxy; it proxies HTTP traffic, and clients using
other protocols should either establish a direct connection to the
server or use an <em>ad hoc</em> proxy.

   <p>In many circumstances, however, it is not possible to establish
a direct connection to the server, for example due to mis-configured
firewalls or when trying to access the IPv4 Internet from an IPv6-only
host.  In such situations, it is possible to have Polipo behave as
a <em>tunnelling</em> proxy &mdash; a proxy that merely forwards traffic
between the client and the server without understanding it.  Polipo
enters tunnel mode when the client requests it by using the HTTP
&lsquo;<samp><span class="samp">CONNECT</span></samp>&rsquo; method.

   <p>Most web browsers will use this technique for HTTP over SSL if
configured to use Polipo as their `https proxy'.  More generally, the
author has successfully used it to cross mis-configured firewalls
using OpenSSH, rsync, Jabber, IRC, etc.

   <p>The variable <code>tunnelAllowedPorts</code> specifies the set of ports that
Polipo will accept to tunnel traffic to.  It defaults to allowing ssh,
HTTP, https, rsync, IMAP, imaps, POP, pops, Jabber, CVS and Git traffic.

   </body></html>