I have this error
WARNING:DLIB: SSL handshake failed (-1)
ERROR:SCRIPT: HTTP request to ‘https://uinames.com/api/’ failed (http result: -1 socket result: -1000)
local function http_result(self, _, response)
pprint(response.status)
pprint(response.response)
pprint(response.headers)
endlocal function request(self)
http.request(“https://uinames.com/api/”, “GET”, http_result)
end