Search Issue Tracker

Won't Fix

Votes

0

Found in

2018.2.0a5

2018.2.13f1

Issue ID

1093958

Regression

Yes

[Linux Fedora] UnityWebReqeust https requests always fail returning code 0 "Unknown Error"

Linux

-

To reproduce:
1) Open attached project (used Windows, Linux Editor not supported on Fedora at the moment)
2) Build for Linux Standalone
3) Run it on Fedora

Expected: A request is run normally
Actual: In the log, you can see "Processing response from UnityWebRequest (Code:0) (Error:Unknown Error) (IsChunked:False) (Download text:)"

Reproduced in 2018.2.0a5, 2018.2.0f1, 2018.2.13f1
Not reproduced in 2018.2.0a4, 2018.1.9f2, 2018.1.8f1, 2018.1.0f1

  1. Resolution Note:

    This only occurs on platforms that we do not officially support at this time. The issue is caused by statically linking Debian-based builds of OpenSSL, which hard codes the certificate store path. RH-based users can symlink the certificate store so that OpenSSL find it where it expects:

    mkdir -p /etc/ssl/certs && ln -s /etc/pki/tls/certs/ca-bundle.crt /etc/ssl/certs/ca-certificates.crt

Comments (1)

  1. zibas

    Sep 26, 2019 17:03

Add comment

Log in to post comment

All about bugs

View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.