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"
Comments (1)
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
- Documentation link icons' are not aligned in he "Recommendation" tab
- "Game Specifications" section becomes blank, and users get "ArgumentException: Cannot unschedule unknown scheduled function" during the "Game Specification" selection when the "Multiplayer Center" window is docked
- Foldout arrow indent is misaligned in the Inspector when used in Custom Type
- [Android] The Player screen turns black when playing a video under certain conditions
- Search window icons at the bottom are cut off when Search window is resized vertically
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.