<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Squid ACL regex]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">i'm trying to make a regex to apply into pfsense squid whitelists that permit only URL that contains ".well-known". I use the regex101 and work but when i put inside squid it fail.<br />
The code is on this link: https://regex101.com/r/uDEEo4/2<br />
And this is the regex: <strong>(https?://[^\s"'&amp;?]+/[.]well-known/[^\s"']*)</strong><br />
I put into allowed_sites in this way:<br />
url_regex (https?://[^\s"'&amp;?]+/[.]well-known/[^\s"']*)</p>
<p dir="auto">But it doen't work. If one server make this call, it get TCP_DENIED/403 3383 HIER_DIRECT/IP</p>
<p dir="auto">anyone can help me ?</p>
]]></description><link>https://forum.netgate.com/topic/179986/squid-acl-regex</link><generator>RSS for Node</generator><lastBuildDate>Tue, 21 Jul 2026 07:43:40 GMT</lastBuildDate><atom:link href="https://forum.netgate.com/topic/179986.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 09 May 2023 15:30:30 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Squid ACL regex on Sun, 21 May 2023 18:46:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ciconet">@<bdi>ciconet</bdi></a> Here is how I did this, keep in mind I have approved specific site to only be spliced and not use MITM mode for those.<br />
First:<br />
Create a advanced config like this,<br />
<img src="/assets/uploads/files/1684694638657-screenshot-2023-05-21-at-11.42.45-am-resized.png" alt="Screenshot 2023-05-21 at 11.42.45 AM.png" class=" img-fluid img-markdown" /><br />
Second:<br />
Populate your file with the URLS you want to splice.</p>
<p dir="auto"><img src="/assets/uploads/files/1684694712213-screenshot-2023-05-21-at-11.44.42-am-resized.png" alt="Screenshot 2023-05-21 at 11.44.42 AM.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.netgate.com/post/1105900</link><guid isPermaLink="true">https://forum.netgate.com/post/1105900</guid><dc:creator><![CDATA[JonathanLee]]></dc:creator><pubDate>Sun, 21 May 2023 18:46:21 GMT</pubDate></item></channel></rss>