Search Issue Tracker
Won't Fix
Votes
7
Found in
2017.2.0b9
Issue ID
946936
Regression
No
[Mac][.NET 4.6] "System.Net.WebException" error in .NET 4.6
Reproduction steps:
1. Open "Security DLL not found.zip" project
2. Enter Play mode
3. See the Console window output (Error)
4. Change the Scripting Runtime API to 3.5
5. Enter Play mode
6. See that there are no errors in the Console window
Expected Result: No errors should appear in both API's
Actual Result: Using .NET 4.6 results in an error
Reproduced with: 2017.3.0a7, 2017.2.0b11, 2017.1.1p2
Note:
Error(2017.3.0a7, 2017.2.0b11): "System.Net.WebException: Error: SecureChannelFailure (Security) ---> System.DllNotFoundException"
Error(2017.1.1p2): "System.Net.WebException Error: TrustFailure (the authentication or decryption has failed.) ---> System.IO.IOException"
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
- Asset Bundles retain their previous hash and CRC values when an object within a bundle is changed and rebuilt
- APV Reflection Probe Normalization breaks when SSGI is enabled
- Default Custom Components in project have Library counterparts
- [iOS]"The destination host has an erroneous SSL certificate" error is thrown when using UnityWebRequest to connect to the server with a self-signed certificate
- Freeze/crash on DynamicHeapAllocator::Allocate when opening a specific project
Airat1995
Feb 20, 2018 07:51
I reproduced this error, when I tried to use HttpClient with .NET 4.6. Also work only when I tried to send request to secured connection (https) with http on the local server fine.