Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSL Support #29

Open
christopherobin opened this issue Oct 28, 2015 · 0 comments
Open

SSL Support #29

christopherobin opened this issue Oct 28, 2015 · 0 comments

Comments

@christopherobin
Copy link
Collaborator

It seems that WebRequest can't properly verify SSL certificates on Android and iOS, might be related to the Mono Version.

Most solutions I've seen online resume at doing the following:

ServicePointManager.ServerCertificateValidationCallback += (o, cert, chain, errors) => true;

Which works but is a terrible solution as it just removes all verifications.
So we need to either find a better HTTP client, or manually rewrite the ServerCertificateValidationCallback to implement a proper verification.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant