nabla-c0d3 / nassl

Experimental OpenSSL wrapper for Python 3.8+ and SSLyze.
GNU Affero General Public License v3.0
39 stars 35 forks source link

Build fails because zlib URL is 404 #96

Closed singingwolfboy closed 1 year ago

singingwolfboy commented 1 year ago

When installing this project, it tries to download the source code for zlib at this URL: https://zlib.net/zlib-1.2.12.tar.gz However, that URL results in a 404.

It would be better if there was a way to link to the system-installed zlib, instead of compiling it here.