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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
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.