HTTPS and trusting server certificates
If you making HttpWebRequest calls to secure servers, using HTTPS you’ll probably come across a situation where the server request fails. There can be a number of reasons for this - sometimes you might be using a test certificate which has no trusted root, or your using your own certificate authority which isn’t in the [...]