[squid-users] Fwd: Squid 4.8 with OpenSSL 1.1.1d

Alex Rousskov rousskov at measurement-factory.com
Tue Dec 17 14:39:04 UTC 2019


On 12/17/19 9:00 AM, Yaroslav Pushko wrote:
> Hi All
> 
> We use Squid 4.8 with OpenSSL 1.1.1d in a transparent mode for peek and
> splice interception.
> 
> With this version, we lost the possibility to connect to any HTTPS site.
> 
> There are a few issues: 
> 
>   * support TLSv1.2 sites (already discussed in
>     thread http://squid-web-proxy-cache.1019090.n4.nabble.com/Problem-with-ssl-choose-client-version-inappropriate-fallback-on-some-sites-when-using-TLS1-2-td4688258.html )
>   * support TLSv1.3 sites.

Please see
http://lists.squid-cache.org/pipermail/squid-users/2019-December/021435.html
for several alternative fixes. AFAICT, those fixes are more flexible
and, after polishing, appropriate for the official inclusion because
they make fewer assumptions about the values sent via the supported
versions extension.

It is possible that your SSL_MODE_SEND_FALLBACK_SCSV change needs to be
integrated with the other fixes. Thank you for sharing that idea!

Alex.


> Support TLSv1.2.
> 
>     OpenSSL 1.1.1d adds support of TLSv1.3. These changes added some
>     kind of guard if we perform a handshake with a lower version of the
>     TLS protocol than we support. In this scenario, we receive downgrade
>     fallback error.
>     Handshake version TLSv1.2 vs. max support TLSv1.3.
> 
>     In such case, we have the next error:
> 
>         ERROR: negotiating TLS on FD 19: error:1425F175:SSL
>         routines:ssl_choose_client_version:inappropriate fallback (1/-1/0)
> 
> 
>     OpenSSL already provided a fix for it. You can configure SSL session
>     to use option SSL_MODE_SEND_FALLBACK_SCSV and setting SSL max proto
>     version for current SSL session, but squid not yet supported these
>     features.
> 
>     You can find a patch in the attachments, will be grateful for the
>     review.
> 
> 
> The issue with TLS 1.3 support, we are still investigating, any advice
> will be pleasant.
> 
> Best regards,
> Yaroslav Pushko.
> -- 
> Best Regards,
> Yaroslav Pushko | Senior *Software Engineer*
> GlobalLogic
> P +380971842774  M +380634232226 S dithard
> www.globallogic.com <http://www.globallogic.com/>
> http://www.globallogic.com/email_disclaimer.txt
> 
> _______________________________________________
> squid-users mailing list
> squid-users at lists.squid-cache.org
> http://lists.squid-cache.org/listinfo/squid-users
> 



More information about the squid-users mailing list