prbinu / tls-scan

An Internet scale, blazing fast SSL/TLS scanner ( non-blocking, event-driven )
https://prbinu.github.io/tls-scan
Other
285 stars 54 forks source link

zlib.net was changed resource URL #63

Open Serhatcck opened 2 days ago

Serhatcck commented 2 days ago

Hi everyone,

boostrap*.sh files uses zlib.net for download assets. But zlib.net moved their archive files. Such as at 67. line of the boostrap.sh file you are using the curl -OL https://www.zlib.net/${ZLIB_VERSION}.tar.gz code. But https://www.zlib.net/zlib-1.3.1.tar.gz is not accessible. This should be change curl -OL https://zlib.net/fossils/${ZLIB_VERSION}.tar.gz on both boostrap.sh file. For this situation error occur while in installation progress.

  1. line on the boostrap.sh
  2. line on the boostrap-arm64
prbinu commented 1 day ago

Thanks @Serhatcck. Will fix it shortly.