<div dir="auto">Mmm, maybe I should try<div dir="auto"><br></div><div dir="auto"><span style="font-size:25px">dstdom_regex</span></div><div dir="auto"><span style="font-size:25px"><br></span></div><div dir="auto">
<span style="font-size:25px">Instead of<br></span><br><span style="font-size:25px">ssl::server_name_regex</span><br></div><div dir="auto"><span style="font-size:25px"><br></span></div><div dir="auto"><span style="font-size:25px">But when you using ssl bump in your squid.conf, isn't it best to use </span></div><div dir="auto"><span style="font-size:25px"><br></span></div><div dir="auto"><span style="font-size:25px">ssl::server_name_regex</span></div><div dir="auto"><span style="font-size:25px"><br></span></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, 2 Aug 2022, 17:21 Matus UHLAR - fantomas, <<a href="mailto:uhlar@fantomas.sk">uhlar@fantomas.sk</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 02.08.22 16:41, robert k Wild wrote:<br>
>thats incorrect as<br>
><br>
>adobe\.com$ works but<br>
<br>
it works for <a href="http://hackadobe.com" rel="noreferrer noreferrer" target="_blank">hackadobe.com</a> too.<br>
<br>
>.adobe\.com$ or<br>
>\.adobe\.com$<br>
><br>
>doesnt work so i just want to know why<br>
<br>
these two don't match <a href="http://adobe.com" rel="noreferrer noreferrer" target="_blank">adobe.com</a>.<br>
the first marched <a href="http://hadobe.com" rel="noreferrer noreferrer" target="_blank">hadobe.com</a>, the seconda matches anything .<a href="http://adobe.com" rel="noreferrer noreferrer" target="_blank">adobe.com</a><br>
<br>
so, again you must use:<br>
<br>
^adobe\.com$<br>
\.adobe\.com$<br>
<br>
first will match "<a href="http://adobe.com" rel="noreferrer noreferrer" target="_blank">adobe.com</a>", the second will match its subdomains.<br>
<br>
again, from what I remember, using "dstdomain"  .<a href="http://adobe.com" rel="noreferrer noreferrer" target="_blank">adobe.com</a> should match <br>
both (haven't tried), and I was hoping it should apply for ssl::servername <br>
(or how is that names).<br>
<br>
<br>
>On Tue, 2 Aug 2022 at 16:32, Antony Stone <<a href="mailto:Antony.Stone@squid.open.source.it" target="_blank" rel="noreferrer">Antony.Stone@squid.open.source.it</a>><br>
>wrote:<br>
><br>
>> On Tuesday 02 August 2022 at 17:23:51, robert k Wild wrote:<br>
>><br>
>> > mmm... so i just want to know and really sorry for the dumb question, so<br>
>> ><br>
>> > adobe\.com$<br>
>> ><br>
>> > works but then again if a website was eg<br>
>> ><br>
>> > hackadobe\.com$<br>
>> ><br>
>> > that would work as well probably, so i want to do something like this<br>
>> ><br>
>> > \.adobe\.com$<br>
>> ><br>
>> > ie put a dot . infront of adobe so<br>
>> ><br>
>> > <a href="http://www.adobe.com" rel="noreferrer noreferrer" target="_blank">www.adobe.com</a> or<br>
>> > <a href="http://account.adobe.com" rel="noreferrer noreferrer" target="_blank">account.adobe.com</a><br>
>> ><br>
>> > would work but then<br>
>> ><br>
>> > hackadobe\.com$<br>
>> ><br>
>> > would no longer work<br>
>><br>
>> ... and neither would plain "<a href="http://adobe.com" rel="noreferrer noreferrer" target="_blank">adobe.com</a>", missing the leading dot.<br>
<br>
-- <br>
Matus UHLAR - fantomas, <a href="mailto:uhlar@fantomas.sk" target="_blank" rel="noreferrer">uhlar@fantomas.sk</a> ; <a href="http://www.fantomas.sk/" rel="noreferrer noreferrer" target="_blank">http://www.fantomas.sk/</a><br>
Warning: I wish NOT to receive e-mail advertising to this address.<br>
Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu.<br>
I don't have lysdexia. The Dog wouldn't allow that.<br>
_______________________________________________<br>
squid-users mailing list<br>
<a href="mailto:squid-users@lists.squid-cache.org" target="_blank" rel="noreferrer">squid-users@lists.squid-cache.org</a><br>
<a href="http://lists.squid-cache.org/listinfo/squid-users" rel="noreferrer noreferrer" target="_blank">http://lists.squid-cache.org/listinfo/squid-users</a><br>
</blockquote></div>