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
- Red spots appear when Blending Lighting Scenarios using Adaptive Probe Volumes
- [Windows] About Unity Window needs to be opened twice to adapt to resolution
- NullReferenceException and temporary graph corruption after entering playmode if output node connection was changed
- Sprite Renderer with Animation does not reflect Sprite changes in the Scene when switching Mask Interaction
- User is redirected to a non-existing online documentation link when clicking on "?" help button inside Inspector window while Animator Override Controller is selected
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.