You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
OpenSSL version does not support compression
Rebuild with zlib1g-dev package for zlib support
The text was updated successfully, but these errors were encountered: