# NOT RUN {
# Specify options for use in all the curl handles created in clifro
cf_curl_opts(.opts = list(proxy = "http://xxxxx.yyyy.govt.nz:8080",
proxyusername = "uid",
proxypassword = "pwd",
ssl.verifypeer = FALSE))
# Or alternatively:
cf_curl_opts(proxy = "http://xxxxx.yyyy.govt.nz:8080",
proxyusername = "uid",
proxypassword = "pwd",
ssl.verifypeer = FALSE)
# }
Run the code above in your browser using DataLab