hsmtkk / squid5_sslbump_cachepeer

0 stars 0 forks source link

Segment Violation when using ssl bump and cache peer #1

Open hsmtkk opened 4 years ago

hsmtkk commented 4 years ago

I have a problem with squid 5.0.3.

I would like to use "Peering support for SSL-Bump" introduced since squid 5. http://squid.mirror.colo-serv.net/archive/5/squid-5.0.2-RELEASENOTES.html#ss2.6

I configured this environment using docker-compose. client -> childproxy -> parentproxy -> server

When I communicated client to server via childproxy and parentproxy, "Segment Violation" happened and squid exited abnormally.

Do I need any extra configuration to use "Peering support for SSL-Bump" feature?

hsmtkk commented 4 years ago

This binary uses OpenSSL 1.1.1g 21 Apr 2020. For legal restrictions on distribution see https://www.openssl.org/source/license.html

configure options: '--prefix=/usr/local/squid' '--enable-ssl-crtd' '--disable-optimizations' '--with-openssl=/usr/local/openssl' --enable-ltdl-convenience

hsmtkk commented 4 years ago
hsmtkk commented 4 years ago

parent-cache.log child-cache.log

hsmtkk commented 4 years ago

child-squid.conf.txt parent-squid.conf.txt

hsmtkk commented 4 years ago

core.3a01c4265d95.squid.1593816953.zip

Legolath commented 1 year ago

I have teh same problem, do you find an solution to this?

hsmtkk commented 1 year ago

I have teh same problem, do you find an solution to this?

The patch solved this problems. The patch might be merged to the main branch, I assume.

http://lists.squid-cache.org/pipermail/squid-users/2020-July/022368.html https://github.com/squid-cache/squid/commit/056ad44.patch