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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
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