Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #24 from mariux64/verify-ssl-certificates
Verify certificates for HTTPS URLs
  • Loading branch information
donald committed Aug 29, 2018
2 parents 43cbac1 + a4a92ab commit 71c5157
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
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
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 71c5157

Please sign in to comment.