Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add -k and --no-check-certificate to curl and wget to ignore ssl #30

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

asjn3e
Copy link

@asjn3e asjn3e commented Mar 7, 2022

elif [ "$curlpkg" == "true" ];then
                show_message "using curl to download $4"
                curl -k $3 -o $1
                downrez=$?
            else
                show_message "using wget to download $4"
                wget --no-check-certificate "$3" -P "$CACHE_PATH"
                downrez=$?
 

@asjn3e
Copy link
Author

asjn3e commented Mar 14, 2022

bro thank you for your great app but please try to fix that ssl certificate by merging this branch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant