ufna / VaRest

REST API plugin for Unreal Engine 4 - we love restfull backend and JSON communications!
https://www.unrealengine.com/marketplace/en-US/product/varest-plugin
MIT License
1.09k stars 301 forks source link

I can't get data with json #366

Open mazlum1414 opened 2 years ago

mazlum1414 commented 2 years ago

Hello, I was able to pull and send data with json before, I had to make a server change, I can't get any response on the new server I passed, I can't send it (I removed the verfy peer option from the project settings, nothing changed, I still can't receive the data)

my json page: https://jura.unaux.com/dr4/api/serverlist.json http://jura.unaux.com/dr4/api/serverlist.json

I thought it was related to the ssl certificate. I got a certificate from ssl.com but it was negative.

Adsıserz

ufna commented 2 years ago

Hi @mazlum1414 ,

It's certificate related issues:

request failed, libcurl error: 60 (Peer certificate cannot be authenticated with given CA certificates)

mazlum1414 commented 2 years ago

Hi @mazlum1414 ,

It's certificate related issues:

request failed, libcurl error: 60 (Peer certificate cannot be authenticated with given CA certificates)

Is there a way to fix this or turn it off?

ufna commented 2 years ago

Is there a way to fix this or turn it off?

You should fix it on backend. Just google libcurl error: 60