Skip to content

Commit

Permalink
Merge pull request #127 from senrabc/develop
Browse files Browse the repository at this point in the history
make -k the default option for curl, this needs a better fix real soon…
  • Loading branch information
KevinHanson committed Apr 7, 2016
2 parents 4409665 + 70cd31b commit 8e50f00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/redidropper/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ def redcap_api_call(url, token, content, fields, max_time):

# @TODO: add config flag for enabling/disabling the ssl
# certificate validation: curl -k
cmd = 'curl -m {} -sX POST {} ' \
cmd = 'curl -m {} -ksX POST {} ' \
' -d token={} ' \
' -d format=json ' \
' -d content={} ' \
Expand Down

0 comments on commit 8e50f00

Please sign in to comment.