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"
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
Comments (1)
-
zibas
Sep 26, 2019 17:03
I'm getting complaints from my users about this one. https://www.reddit.com/r/KindWords/comments/d7ny52/first_launch_just_shows_unknown_error/
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
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