Skip to content

Verify certificates for HTTPS URLs #24

Merged
merged 1 commit into from
Aug 29, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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