unreal-fetch
unreal-fetch copied to clipboard
ue4.27 https not work
hello, http is success ,but i use https it will error :
LogHttp: Warning: 000001DD8E510100: invalid HTTP response code received. URL: https:/127.0.0.1:1234, HTTP code: 0, content length: 0, actual payload size: 0 LogHttp: Warning: 000001DD8E510100: request failed, libcurl error: 60 (Peer certificate cannot be authenticated with given CA certificates) LogHttp: Warning: 000001DD8E510100: libcurl info message cache 0 (Unwillingly accepted illegal URL using 1 slash!) LogHttp: Warning: 000001DD8E510100: libcurl info message cache 1 (Rebuilt URL to: https://127.0.0.1:1234/) LogHttp: Warning: 000001DD8E510100: libcurl info message cache 2 (Found bundle for host 127.0.0.1: 0x1dd79ca7eb0 [can pipeline]) LogHttp: Warning: 000001DD8E510100: libcurl info message cache 3 (Hostname 127.0.0.1 was found in DNS cache) LogHttp: Warning: 000001DD8E510100: libcurl info message cache 4 ( Trying 127.0.0.1...) LogHttp: Warning: 000001DD8E510100: libcurl info message cache 5 (TCP_NODELAY set) LogHttp: Warning: 000001DD8E510100: libcurl info message cache 6 (Connected to 127.0.0.1 (127.0.0.1) port 4780 (#3)) LogHttp: Warning: 000001DD8E510100: libcurl info message cache 7 (allocate connect buffer!) LogHttp: Warning: 000001DD8E510100: libcurl info message cache 8 (Establish HTTP proxy tunnel to 127.0.0.1:1234) LogHttp: Warning: 000001DD8E510100: libcurl info message cache 9 (Proxy replied OK to CONNECT request) LogHttp: Warning: 000001DD8E510100: libcurl info message cache 10 (CONNECT phase completed!) LogHttp: Warning: 000001DD8E510100: libcurl info message cache 11 (ALPN, offering http/1.1) LogHttp: Warning: 000001DD8E510100: libcurl info message cache 12 (Cipher selection: ALL:!EXPORT:!EXPORT40:!EXPORT56:!aNULL:!LOW:!RC4:@STRENGTH) LogHttp: Warning: 000001DD8E510100: libcurl info message cache 13 (TLSv1.3 (OUT), TLS handshake, Client hello (1):) LogHttp: Warning: 000001DD8E510100: libcurl info message cache 14 (CONNECT phase completed!) LogHttp: Warning: 000001DD8E510100: libcurl info message cache 15 (CONNECT phase completed!) LogHttp: Warning: 000001DD8E510100: libcurl info message cache 16 (TLSv1.3 (IN), TLS handshake, Server hello (2):) LogHttp: Warning: 000001DD8E510100: libcurl info message cache 17 (TLSv1.3 (IN), TLS Unknown, Certificate Status (22):) LogHttp: Warning: 000001DD8E510100: libcurl info message cache 18 (TLSv1.3 (IN), TLS handshake, Unknown (8):) LogHttp: Warning: 000001DD8E510100: libcurl info message cache 19 (TLSv1.3 (IN), TLS Unknown, Certificate Status (22):) LogHttp: Warning: 000001DD8E510100: libcurl info message cache 20 (TLSv1.3 (IN), TLS handshake, Certificate (11):) LogHttp: Warning: 000001DD8E510100: libcurl info message cache 21 (TLSv1.3 (OUT), TLS alert, Server hello (2):) LogHttp: Warning: 000001DD8E510100: libcurl info message cache 22 (SSL certificate problem: self signed certificate) LogHttp: Warning: 000001DD8E510100: libcurl info message cache 23 (Closing connection 3)
can you help me?
Confirming https works fine in 4.27.2. Your error is right there at the bottom, it won't accept a self-signed cert.