sslscan icon indicating copy to clipboard operation
sslscan copied to clipboard

macos run sslscan occur TLS Compression error

Open zouchengli opened this issue 1 year ago • 3 comments

OpenSSL version does not support compression Rebuild with zlib1g-dev package for zlib support

zouchengli avatar Jun 26 '24 03:06 zouchengli

image

zouchengli avatar Jun 26 '24 03:06 zouchengli

Did you build sslscan with make static, and do yo have the zlib headers installed? If you're building against the system OpenSSL then that's unlikely to support compression.

rbsec avatar Jun 26 '24 17:06 rbsec

This is the homebrew version of sslscan, which still does this. Looking at the configuration here: https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/s/sslscan.rb

Homebrew is linking against the brew version of openssl, which is built without zlib support, rather than an embedded version via make static. It's unclear if brew would support their build infrastructure doing an outcall to fetch openssl via git for the embedding.

tetlowgm avatar Jan 23 '25 05:01 tetlowgm