RosettaCodeData/Task/HTTPS-Client-authenticated/Lasso/https-client-authenticated.lasso

6 lines
163 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
local(sslcert = file('myCert.pem'))
local(x = curl('https://sourceforge.net'))
#x->set(CURLOPT_SSLCERT, #sslcert->readstring)
#sslcert->close
#x->result->asString