Right now i am using HttpClient in a Portable Class Library to access websites. Some of these may not have a trusted https-certificate, so when trying to access these sites i get multiple Exceptions.
I found this: Allowing Untrusted SSL Certificates with HttpClient but all the solutions used classes or references that are not available to me.
Please also correct me if i misunderstood something, certificates, https etc are not really topics i am familiar with.