Re: [squid-users] https_port not correctly sending ssl cert information?

2021-05-11 Thread Dan Steen
great! i'll give it a try and report back. thanks so much! On Tue, May 11, 2021, at 10:03 PM, squ...@treenet.co.nz wrote: > Oh, I see. With that simple config the issue has to be lack of cert > chain support in GnuTLS. Simply rebuilding using --with-openssl shou

Re: [squid-users] https_port not correctly sending ssl cert information?

2021-05-11 Thread squid3
Oh, I see. With that simple config the issue has to be lack of cert chain support in GnuTLS. Simply rebuilding using --with-openssl should resolve it. Amos ___ squid-users mailing list squid-users@lists.squid-cache.org http://lists.squid-cache.org/lis

Re: [squid-users] https_port not correctly sending ssl cert information?

2021-05-11 Thread Dan Steen
Hi Amos! Thanks for the response! I put my full config in that gist (https://gist.github.com/dansteen/c28343fd025c713bcfba8368ce2b728b) if that helps. Is there something else that would be helpuful to see? Thanks! On Tue, May 11, 2021, at 9:16 PM, ‪Amos Jeffries‬ wrote: > The main issue yo

Re: [squid-users] https_port not correctly sending ssl cert information?

2021-05-11 Thread ‪Amos Jeffries‬
The main issue you are having is that the old version had no TLS/1.3 support. The newer squid have some, but not enough for what you are doing.Switching the build from GnuTLS to OpenSSL may work a little better. But without details of your config it is hard to be certain.Amos Original messa

[squid-users] https_port not correctly sending ssl cert information?

2021-05-11 Thread Dan Steen
Hi!, I've recently been trying to update my version of squid from 4.0.20 to something more modern (4.13), but I'm having issues with my TLS enabled proxy not returning certificates correctly (it seems). Specifically, when I try and run the following curl (url replaced to protect the innocent)