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

client cert support #169

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

client cert support #169

wants to merge 7 commits into from

Conversation

tofutim
Copy link

@tofutim tofutim commented Jun 25, 2015

Paul, I need to test this a bit more. But I think this might do the trick in terms of supporting client certificates (pfx/password).

@nunohorta
Copy link

by the way line 304 on NSUrlSessionHandler class...it was not working for me as I kept receiving an error saying this server requires a client certificate. I changed it to:

completionHandler (NSUrlSessionAuthChallengeDisposition.UseCredential, _credential);
return;

it seems to be working now!

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

Successfully merging this pull request may close these issues.

2 participants