Skip to content

Commit

Permalink
Verify certificates for HTTPS URLs
Browse files Browse the repository at this point in the history
HTTPS with correct SSL/TLS configuration is quite common now, so let’s
check the certificates.
  • Loading branch information
pmenzel committed Aug 27, 2018
1 parent 43cbac1 commit a4a92ab
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/bee-download.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ function download_http() {
trap "rm -f ${destination}" EXIT

wget \
--no-check-certificate \
--output-document=${destination} \
--no-clobber \
${repository_url}
Expand Down
1 change: 0 additions & 1 deletion src/beesh.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,6 @@ function fetch_one_file() {

print_info "fetching $url"
wget \
${nocheck} \
--output-document="${F}/${file}" \
--no-clobber \
--timeout=60 \
Expand Down

0 comments on commit a4a92ab

Please sign in to comment.