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
- Tile Palette selected dropdown text does not update when palette is renamed
- ArgumentException thrown and reference to Template gets unset when opening UXML file after editing referenced Template in Play mode
- [iOS][WebGL] Player freezes when multiple properties of a VisualElement are changed at the same time
- Warning 'GetControlID at event ValidateCommand returns a controlID different from the one in the Layout event' is logged when undoing the deletion of an Edited Freeform 2D Light
- ShadowCaster2D breaks on certain Rotation positions when Casting Source is set to PolygonCollider2D
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.