How to fix the error?

How to fix the error?

LogHttp: Warning: 000000005B076500: request failed, libcurl error: 35 (SSL connect error)

the same problem.

This is an http connection only localhost problem, so change some Settings:
You can try DefaultEngine.ini in the project’s config, or Engine.ini in Saved\Config\WindowsEditor

At the end of one of the files add:
[HTTPServer.Listeners]
DefaultBindAddress = 0.0.0.0

Here’s how I solved it.