Episode

How to ignore Self Signed Certificate errors in Windows Store apps (8.1)

There are some very limited times you need to ignore Server Certificate errors. In fact the dangers of doing this are published here: The most dangerous code in the world: validating SSL certificates in non-browser software. Up until Windows 8.1 you could not do this in Windows Store apps with our HTTP classes. Now you can do this in .NET, C++ and JavaScript Windows Store apps!