ncsoft / Unreal.js

Unreal.js: Javascript runtime built for UnrealEngine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there an way to use untrusted certificates?

scolastico opened this issue · comments

I would like to use a untrusted certificate with an get request (yes i know lets encrypt is easy and free - but in this case it would be handy to also allow untrusted ca's), so: Is there an way to disable the ssl cert check?

Found the solution: https://forums.unrealengine.com/t/how-to-http-createrequest-w-self-signed-cert/476937

TL;DR;

Edit → Project Settings. Under Engine → Network, make sure that “Verify Peer” under Libcurl is not checked.
Then, the most important part, restart UE4