revolutionkpi
revolutionkpi

Reputation: 2682

Accept an untrusted certificate by default to connect with SSL for Windows Phone

In my Windows Phone application I need to accept an untrusted certificate by default to connect with SSL, how can I do this?

Upvotes: 1

Views: 902

Answers (1)

Magnus Johansson
Magnus Johansson

Reputation: 28325

There's an project on Codeplex that allows you to trust otherwise untrusted root CAs.
It's called Windows Phone Certificate Installer, and you can re-use the TrustedRootCertificateInstaller.cs file in your projects.

Upvotes: 2

Related Questions