1

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.

Community
  • 1
  • 1
StarterPack
  • 498
  • 1
  • 7
  • 28
  • 1
    Create a dependency service, on the native projects construct the httpclient with the needed modifications and pass it to the PCL through the dependency service. – Gusman Mar 09 '16 at 15:51

0 Answers0