Skip to content

Commit 832d789

Browse files
committed
2026-01-14
1 parent 554658f commit 832d789

10 files changed

Lines changed: 291 additions & 23 deletions

File tree

squid-users/2026-January.txt

Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2031,3 +2031,101 @@ Alex.
20312031
>
20322032

20332033

2034+
From rousskov at measurement-factory.com Wed Jan 14 15:14:25 2026
2035+
From: rousskov at measurement-factory.com (Alex Rousskov)
2036+
Date: Wed, 14 Jan 2026 10:14:25 -0500
2037+
Subject: [squid-users] Squid integration with Netskope forward to proxy
2038+
In-Reply-To: <CADAqQfw=rF2NBtTNPvADZbLPh7wNL5i-xsLLnPJbLmJTDBCWzw@mail.gmail.com>
2039+
References: <CADAqQfwgPPK-qEFjp8kJzn30GqyKTpefLmA8xm0S76eqQuab4A@mail.gmail.com>
2040+
<aWS0bVL4_t0a26gP@fantomas.sk>
2041+
<02fb7c5d-1f96-4e21-aee6-f19d8ba92227@treenet.co.nz>
2042+
<CADAqQfw=rF2NBtTNPvADZbLPh7wNL5i-xsLLnPJbLmJTDBCWzw@mail.gmail.com>
2043+
Message-ID: <4e8c3148-4508-426d-b152-715cc27ea55f@measurement-factory.com>
2044+
2045+
On 2026-01-13 07:45, Ben Goz wrote:
2046+
2047+
> I'm using ssl-bump it's cooperate?with https_port?
2048+
2049+
* https_port in an "intercept" or "tproxy" mode supports SslBump (and
2050+
requires an "ssl-bump" option).
2051+
2052+
* https_port in other modes, including the default forward proxy mode,
2053+
does not support SslBump (and prohibits an "ssl-bump" option).
2054+
2055+
Squid will correctly reject unsupported configurations, but the
2056+
corresponding documentation is missing. That is a known Squid bug:
2057+
https://bugs.squid-cache.org/show_bug.cgi?id=5092
2058+
2059+
We tried to fix that documentation bug, but failed:
2060+
https://github.com/squid-cache/squid/pull/1981
2061+
2062+
Alex.
2063+
2064+
2065+
> ??????? ??? ??, 12 ????? 2026 ?-19:12 ??? ?Amos Jeffries??
2066+
> <?squid3 at treenet.co.nz <mailto:squid3 at treenet.co.nz>??>:?
2067+
>
2068+
> On 12/01/2026 21:44, Matus UHLAR - fantomas wrote:
2069+
> > On 11.01.26 16:58, Ben Goz wrote:
2070+
> >> My customer netskope cloud configures forward to proxy to my
2071+
> squid proxy.
2072+
> >> The forwarding works only if Netskope's ssl decryption disabled,
2073+
> If ssl
2074+
> >> decryption enabled
2075+
> >> I can't see in the access log the traffic forwards to squid from
2076+
> >> Netskope.
2077+
> >>
2078+
> >> I suspect that Netskope forwards encrypted data to squid but I'm
2079+
> not sure
2080+
> >> that is the case because the Connect request is never encrypted
2081+
> and I
2082+
> >> don't
2083+
> >> see it on the access log.
2084+
> >
2085+
> >
2086+
> >> Anyones know how Netskope and squid can work together without
2087+
> disabling
2088+
> >> Netskope decryption (MITM)?
2089+
> >
2090+
> > This is completely issue of netskope proxy.
2091+
> >
2092+
> > If netskope proxy decides to forward or not to forward request to
2093+
> squid,
2094+
> > squid can't do anything with it.
2095+
>
2096+
>
2097+
> Nod. If there is no CONNECT tunnel request reaching Squid then it is
2098+
> not
2099+
> being forwarded in the classical "over-HTTP" way.
2100+
>
2101+
> I would check to see what is happening on port 443 when the traffic is
2102+
> "forwarded". HTTPS may actually be routed rather than relayed/proxied.
2103+
> Or perhapse it is being sent to some other port number, though how to
2104+
> find that may require asking your customer or Netskope directly for
2105+
> more
2106+
> details on how it is setup there.
2107+
>
2108+
>
2109+
> FWIW, Squid can receive HTTPS/443 traffic fine. Just use "https_port"
2110+
> (note the 's') to receive it instead of the regular HTTP port, and will
2111+
> need a SSL server certificate (can be self-signed) for your Squid which
2112+
> the customer software trusts.
2113+
>
2114+
>
2115+
> HTH
2116+
> Amos
2117+
>
2118+
> _______________________________________________
2119+
> squid-users mailing list
2120+
> squid-users at lists.squid-cache.org
2121+
> <mailto:squid-users at lists.squid-cache.org>
2122+
> https://lists.squid-cache.org/listinfo/squid-users
2123+
> <https://lists.squid-cache.org/listinfo/squid-users>
2124+
>
2125+
>
2126+
> _______________________________________________
2127+
> squid-users mailing list
2128+
> squid-users at lists.squid-cache.org
2129+
> https://lists.squid-cache.org/listinfo/squid-users
2130+
2131+

squid-users/2026-January/027741.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}
1313
</style>
1414
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
15-
<LINK REL="Previous" HREF="027757.html">
15+
<LINK REL="Previous" HREF="027760.html">
1616
<LINK REL="Next" HREF="027744.html">
1717
</HEAD>
1818
<BODY BGCOLOR="#ffffff">
@@ -23,7 +23,7 @@ <H1>[squid-users] Can I safely increase MAX_URL to 12KByte?</H1>
2323
</A><BR>
2424
<I>Mon Jan 12 07:23:32 UTC 2026</I>
2525
<P><UL>
26-
<LI>Previous message (by thread): <A HREF="027757.html">[squid-users] Squid integration with Netskope forward to proxy
26+
<LI>Previous message (by thread): <A HREF="027760.html">[squid-users] Squid integration with Netskope forward to proxy
2727
</A></li>
2828
<LI>Next message (by thread): <A HREF="027744.html">[squid-users] Can I safely increase MAX_URL to 12KByte?
2929
</A></li>
@@ -74,11 +74,12 @@ <H1>[squid-users] Can I safely increase MAX_URL to 12KByte?</H1>
7474

7575

7676

77+
7778
<!--endarticle-->
7879
<HR>
7980
<P><UL>
8081
<!--threads-->
81-
<LI>Previous message (by thread): <A HREF="027757.html">[squid-users] Squid integration with Netskope forward to proxy
82+
<LI>Previous message (by thread): <A HREF="027760.html">[squid-users] Squid integration with Netskope forward to proxy
8283
</A></li>
8384
<LI>Next message (by thread): <A HREF="027744.html">[squid-users] Can I safely increase MAX_URL to 12KByte?
8485
</A></li>

squid-users/2026-January/027744.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ <H1>[squid-users] Can I safely increase MAX_URL to 12KByte?</H1>
7676

7777

7878

79+
7980
<!--endarticle-->
8081
<HR>
8182
<P><UL>

squid-users/2026-January/027757.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</style>
1414
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
1515
<LINK REL="Previous" HREF="027746.html">
16-
<LINK REL="Next" HREF="027741.html">
16+
<LINK REL="Next" HREF="027760.html">
1717
</HEAD>
1818
<BODY BGCOLOR="#ffffff">
1919
<H1>[squid-users] Squid integration with Netskope forward to proxy</H1>
@@ -25,7 +25,7 @@ <H1>[squid-users] Squid integration with Netskope forward to proxy</H1>
2525
<P><UL>
2626
<LI>Previous message (by thread): <A HREF="027746.html">[squid-users] Squid integration with Netskope forward to proxy
2727
</A></li>
28-
<LI>Next message (by thread): <A HREF="027741.html">[squid-users] Can I safely increase MAX_URL to 12KByte?
28+
<LI>Next message (by thread): <A HREF="027760.html">[squid-users] Squid integration with Netskope forward to proxy
2929
</A></li>
3030
<LI> <B>Messages sorted by:</B>
3131
<a href="date.html#27757">[ date ]</a>
@@ -98,13 +98,14 @@ <H1>[squid-users] Squid integration with Netskope forward to proxy</H1>
9898

9999

100100

101+
101102
<!--endarticle-->
102103
<HR>
103104
<P><UL>
104105
<!--threads-->
105106
<LI>Previous message (by thread): <A HREF="027746.html">[squid-users] Squid integration with Netskope forward to proxy
106107
</A></li>
107-
<LI>Next message (by thread): <A HREF="027741.html">[squid-users] Can I safely increase MAX_URL to 12KByte?
108+
<LI>Next message (by thread): <A HREF="027760.html">[squid-users] Squid integration with Netskope forward to proxy
108109
</A></li>
109110
<LI> <B>Messages sorted by:</B>
110111
<a href="date.html#27757">[ date ]</a>
Lines changed: 146 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,146 @@
1+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2+
<HTML>
3+
<HEAD>
4+
<TITLE> [squid-users] Squid integration with Netskope forward to proxy
5+
</TITLE>
6+
<LINK REL="Index" HREF="index.html" >
7+
<LINK REL="made" HREF="mailto:squid-users%40lists.squid-cache.org?Subject=Re%3A%20%5Bsquid-users%5D%20Squid%20integration%20with%20Netskope%20forward%20to%20proxy&In-Reply-To=%3C4e8c3148-4508-426d-b152-715cc27ea55f%40measurement-factory.com%3E">
8+
<META NAME="robots" CONTENT="index,nofollow">
9+
<style type="text/css">
10+
pre {
11+
white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */
12+
}
13+
</style>
14+
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
15+
<LINK REL="Previous" HREF="027757.html">
16+
<LINK REL="Next" HREF="027741.html">
17+
</HEAD>
18+
<BODY BGCOLOR="#ffffff">
19+
<H1>[squid-users] Squid integration with Netskope forward to proxy</H1>
20+
<B>Alex Rousskov</B>
21+
<A HREF="mailto:squid-users%40lists.squid-cache.org?Subject=Re%3A%20%5Bsquid-users%5D%20Squid%20integration%20with%20Netskope%20forward%20to%20proxy&In-Reply-To=%3C4e8c3148-4508-426d-b152-715cc27ea55f%40measurement-factory.com%3E"
22+
TITLE="[squid-users] Squid integration with Netskope forward to proxy">rousskov at measurement-factory.com
23+
</A><BR>
24+
<I>Wed Jan 14 15:14:25 UTC 2026</I>
25+
<P><UL>
26+
<LI>Previous message (by thread): <A HREF="027757.html">[squid-users] Squid integration with Netskope forward to proxy
27+
</A></li>
28+
<LI>Next message (by thread): <A HREF="027741.html">[squid-users] Can I safely increase MAX_URL to 12KByte?
29+
</A></li>
30+
<LI> <B>Messages sorted by:</B>
31+
<a href="date.html#27760">[ date ]</a>
32+
<a href="thread.html#27760">[ thread ]</a>
33+
<a href="subject.html#27760">[ subject ]</a>
34+
<a href="author.html#27760">[ author ]</a>
35+
</LI>
36+
</UL>
37+
<HR>
38+
<!--beginarticle-->
39+
<PRE>On 2026-01-13 07:45, Ben Goz wrote:
40+
41+
&gt;<i> I'm using ssl-bump it's cooperate&#160;with https_port?
42+
</I>
43+
* https_port in an &quot;intercept&quot; or &quot;tproxy&quot; mode supports SslBump (and
44+
requires an &quot;ssl-bump&quot; option).
45+
46+
* https_port in other modes, including the default forward proxy mode,
47+
does not support SslBump (and prohibits an &quot;ssl-bump&quot; option).
48+
49+
Squid will correctly reject unsupported configurations, but the
50+
corresponding documentation is missing. That is a known Squid bug:
51+
<A HREF="https://bugs.squid-cache.org/show_bug.cgi?id=5092">https://bugs.squid-cache.org/show_bug.cgi?id=5092</A>
52+
53+
We tried to fix that documentation bug, but failed:
54+
<A HREF="https://github.com/squid-cache/squid/pull/1981">https://github.com/squid-cache/squid/pull/1981</A>
55+
56+
Alex.
57+
58+
59+
&gt;<i> &#8235;&#1489;&#1514;&#1488;&#1512;&#1497;&#1498; &#1497;&#1493;&#1501; &#1489;&#1523;, 12 &#1489;&#1497;&#1504;&#1493;&#1523; 2026 &#1489;-19:12 &#1502;&#1488;&#1514; &#8234;Amos Jeffries&#8236;&#8207;
60+
</I>&gt;<i> &lt;&#8234;<A HREF="https://lists.squid-cache.org/listinfo/squid-users">squid3 at treenet.co.nz</A> &lt;mailto:<A HREF="https://lists.squid-cache.org/listinfo/squid-users">squid3 at treenet.co.nz</A>&gt;&#8236;&#8207;&gt;:&#8236;
61+
</I>&gt;<i>
62+
</I>&gt;<i> On 12/01/2026 21:44, Matus UHLAR - fantomas wrote:
63+
</I>&gt;<i> &gt; On 11.01.26 16:58, Ben Goz wrote:
64+
</I>&gt;<i> &gt;&gt; My customer netskope cloud configures forward to proxy to my
65+
</I>&gt;<i> squid proxy.
66+
</I>&gt;<i> &gt;&gt; The forwarding works only if Netskope's ssl decryption disabled,
67+
</I>&gt;<i> If ssl
68+
</I>&gt;<i> &gt;&gt; decryption enabled
69+
</I>&gt;<i> &gt;&gt; I can't see in the access log the traffic forwards to squid from
70+
</I>&gt;<i> &gt;&gt; Netskope.
71+
</I>&gt;<i> &gt;&gt;
72+
</I>&gt;<i> &gt;&gt; I suspect that Netskope forwards encrypted data to squid but I'm
73+
</I>&gt;<i> not sure
74+
</I>&gt;<i> &gt;&gt; that is the case because the Connect request is never encrypted
75+
</I>&gt;<i> and I
76+
</I>&gt;<i> &gt;&gt; don't
77+
</I>&gt;<i> &gt;&gt; see it on the access log.
78+
</I>&gt;<i> &gt;
79+
</I>&gt;<i> &gt;
80+
</I>&gt;<i> &gt;&gt; Anyones know how Netskope and squid can work together without
81+
</I>&gt;<i> disabling
82+
</I>&gt;<i> &gt;&gt; Netskope decryption (MITM)?
83+
</I>&gt;<i> &gt;
84+
</I>&gt;<i> &gt; This is completely issue of netskope proxy.
85+
</I>&gt;<i> &gt;
86+
</I>&gt;<i> &gt; If netskope proxy decides to forward or not to forward request to
87+
</I>&gt;<i> squid,
88+
</I>&gt;<i> &gt; squid can't do anything with it.
89+
</I>&gt;<i>
90+
</I>&gt;<i>
91+
</I>&gt;<i> Nod. If there is no CONNECT tunnel request reaching Squid then it is
92+
</I>&gt;<i> not
93+
</I>&gt;<i> being forwarded in the classical &quot;over-HTTP&quot; way.
94+
</I>&gt;<i>
95+
</I>&gt;<i> I would check to see what is happening on port 443 when the traffic is
96+
</I>&gt;<i> &quot;forwarded&quot;. HTTPS may actually be routed rather than relayed/proxied.
97+
</I>&gt;<i> Or perhapse it is being sent to some other port number, though how to
98+
</I>&gt;<i> find that may require asking your customer or Netskope directly for
99+
</I>&gt;<i> more
100+
</I>&gt;<i> details on how it is setup there.
101+
</I>&gt;<i>
102+
</I>&gt;<i>
103+
</I>&gt;<i> FWIW, Squid can receive HTTPS/443 traffic fine. Just use &quot;https_port&quot;
104+
</I>&gt;<i> (note the 's') to receive it instead of the regular HTTP port, and will
105+
</I>&gt;<i> need a SSL server certificate (can be self-signed) for your Squid which
106+
</I>&gt;<i> the customer software trusts.
107+
</I>&gt;<i>
108+
</I>&gt;<i>
109+
</I>&gt;<i> HTH
110+
</I>&gt;<i> Amos
111+
</I>&gt;<i>
112+
</I>&gt;<i> _______________________________________________
113+
</I>&gt;<i> squid-users mailing list
114+
</I>&gt;<i> <A HREF="https://lists.squid-cache.org/listinfo/squid-users">squid-users at lists.squid-cache.org</A>
115+
</I>&gt;<i> &lt;mailto:<A HREF="https://lists.squid-cache.org/listinfo/squid-users">squid-users at lists.squid-cache.org</A>&gt;
116+
</I>&gt;<i> <A HREF="https://lists.squid-cache.org/listinfo/squid-users">https://lists.squid-cache.org/listinfo/squid-users</A>
117+
</I>&gt;<i> &lt;<A HREF="https://lists.squid-cache.org/listinfo/squid-users">https://lists.squid-cache.org/listinfo/squid-users</A>&gt;
118+
</I>&gt;<i>
119+
</I>&gt;<i>
120+
</I>&gt;<i> _______________________________________________
121+
</I>&gt;<i> squid-users mailing list
122+
</I>&gt;<i> <A HREF="https://lists.squid-cache.org/listinfo/squid-users">squid-users at lists.squid-cache.org</A>
123+
</I>&gt;<i> <A HREF="https://lists.squid-cache.org/listinfo/squid-users">https://lists.squid-cache.org/listinfo/squid-users</A>
124+
</I>
125+
</PRE>
126+
127+
<!--endarticle-->
128+
<HR>
129+
<P><UL>
130+
<!--threads-->
131+
<LI>Previous message (by thread): <A HREF="027757.html">[squid-users] Squid integration with Netskope forward to proxy
132+
</A></li>
133+
<LI>Next message (by thread): <A HREF="027741.html">[squid-users] Can I safely increase MAX_URL to 12KByte?
134+
</A></li>
135+
<LI> <B>Messages sorted by:</B>
136+
<a href="date.html#27760">[ date ]</a>
137+
<a href="thread.html#27760">[ thread ]</a>
138+
<a href="subject.html#27760">[ subject ]</a>
139+
<a href="author.html#27760">[ author ]</a>
140+
</LI>
141+
</UL>
142+
143+
<hr>
144+
<a href="https://lists.squid-cache.org/listinfo/squid-users">More information about the squid-users
145+
mailing list</a><br>
146+
</body></html>

squid-users/2026-January/author.html

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ <h1>January 2026 Archives by author</h1>
1919
</a></b></li>
2020
</ul>
2121
<p><b>Starting:</b> <i>Sun Jan 4 01:35:40 UTC 2026</i><br>
22-
<b>Ending:</b> <i>Tue Jan 13 20:59:05 UTC 2026</i><br>
23-
<b>Messages:</b> 27<p>
22+
<b>Ending:</b> <i>Wed Jan 14 15:14:25 UTC 2026</i><br>
23+
<b>Messages:</b> 28<p>
2424
<ul>
2525

2626
<LI><A HREF="027754.html">[squid-users] peer-select.cc, cache_peer and dns queries
@@ -103,6 +103,11 @@ <h1>January 2026 Archives by author</h1>
103103
<I>Alex Rousskov
104104
</I>
105105

106+
<LI><A HREF="027760.html">[squid-users] Squid integration with Netskope forward to proxy
107+
</A><A NAME="27760">&nbsp;</A>
108+
<I>Alex Rousskov
109+
</I>
110+
106111
<LI><A HREF="027734.html">[squid-users] Running squid in a network namespace
107112
</A><A NAME="27734">&nbsp;</A>
108113
<I>Robert 'Bobby' Zenz
@@ -161,8 +166,8 @@ <h1>January 2026 Archives by author</h1>
161166
</ul>
162167
<p>
163168
<a name="end"><b>Last message date:</b></a>
164-
<i>Tue Jan 13 20:59:05 UTC 2026</i><br>
165-
<b>Archived on:</b> <i>Tue Jan 13 20:59:08 UTC 2026</i>
169+
<i>Wed Jan 14 15:14:25 UTC 2026</i><br>
170+
<b>Archived on:</b> <i>Wed Jan 14 15:14:30 UTC 2026</i>
166171
<p>
167172
<ul>
168173
<li> <b>Messages sorted by:</b>

squid-users/2026-January/date.html

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ <h1>January 2026 Archives by date</h1>
1919
</a></b></li>
2020
</ul>
2121
<p><b>Starting:</b> <i>Sun Jan 4 01:35:40 UTC 2026</i><br>
22-
<b>Ending:</b> <i>Tue Jan 13 20:59:05 UTC 2026</i><br>
23-
<b>Messages:</b> 27<p>
22+
<b>Ending:</b> <i>Wed Jan 14 15:14:25 UTC 2026</i><br>
23+
<b>Messages:</b> 28<p>
2424
<ul>
2525

2626
<LI><A HREF="027733.html">[squid-users] Running squid in a network namespace
@@ -156,13 +156,18 @@ <h1>January 2026 Archives by date</h1>
156156
<LI><A HREF="027759.html">[squid-users] peer-select.cc, cache_peer and dns queries
157157
</A><A NAME="27759">&nbsp;</A>
158158
<I>Alex Rousskov
159+
</I>
160+
161+
<LI><A HREF="027760.html">[squid-users] Squid integration with Netskope forward to proxy
162+
</A><A NAME="27760">&nbsp;</A>
163+
<I>Alex Rousskov
159164
</I>
160165

161166
</ul>
162167
<p>
163168
<a name="end"><b>Last message date:</b></a>
164-
<i>Tue Jan 13 20:59:05 UTC 2026</i><br>
165-
<b>Archived on:</b> <i>Tue Jan 13 20:59:08 UTC 2026</i>
169+
<i>Wed Jan 14 15:14:25 UTC 2026</i><br>
170+
<b>Archived on:</b> <i>Wed Jan 14 15:14:30 UTC 2026</i>
166171
<p>
167172
<ul>
168173
<li> <b>Messages sorted by:</b>

0 commit comments

Comments
 (0)