Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How to fix this "HttpError: SslVerificationFail" Error ?

Asked by 4 years ago
Edited 4 years ago

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:

1HttpError: SslVerificationFail

Also here's my code:

1local Table_ = nil
2 
3loadstring("Table_ = ".. game:GetService("HttpService"):GetAsync("https://pastebin.com/raw/H08yzbLU", true)) -- the error starts at here
4 
5for i,a in pairs(Table_) do
6    print(a)
7end
0
I'm getting the same issue too, I don't really know why. samast2010 0 — 3y

Answer this question