-
Notifications
You must be signed in to change notification settings - Fork 141
Closed
Description
Hi !
I want to download a file (here the google index) but it fails.
require("socket")
local https = require("ssl.https")
print(https.request("https://www.google.com"))
-- nil wrong version number nil nilrequire("socket")
local https = require("ssl.https")
local one, code, headers, status = https.request({
url = "https://www.google.com",
protocol="sslv3",
options="all",
verify="none"})
print(one, code, headers, status)
-- nil wrong version number nil nilThis might be related to #34 and #38 ... If I'm not able to download a simple file, well it's bad.
What do I do ?
Metadata
Metadata
Assignees
Labels
No labels