Hi, I'm basically trying to get the table in Pastebin by using GetAsync or RequestAsync but each time I executed, it keeps giving me this error line:
HttpError: SslVerificationFail
Also here's my code:
local Table_ = nil loadstring("Table_ = ".. game:GetService("HttpService"):GetAsync("https://pastebin.com/raw/H08yzbLU", true)) -- the error starts at here for i,a in pairs(Table_) do print(a) end