For some time now (at least since the first release of Unity 5 and still on Unity 5.1.0f3), Mono's WebRequest throws an exception when parsing the X509 certificate chain for my website. Here's what Xcode's error log/console says while I'm running my project on iOS:
---8<---
HTTPS X509 Certificate SHA-2 Signature Problems on iOS
---8<---
Code (CSharp):
- ERROR building certificate chain: System.ArgumentException:
- Unsupported hash algorithm: 1.2.840.113549.1.1.12
- at...