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

sslPinning.certs ignored on iOS #87

Open
tschanz-pcv opened this issue Jul 28, 2020 · 1 comment
Open

sslPinning.certs ignored on iOS #87

tschanz-pcv opened this issue Jul 28, 2020 · 1 comment

Comments

@tschanz-pcv
Copy link

The iOS code loads the certs using [AFSecurityPolicy certificatesInBundle:[NSBundle mainBundle]] so it ignores whatever is set when calling fetch with the sslPinning.certs option.
It would be great if the loaded certs would first be filtered to only include the ones specified.

@shrynshjn
Copy link

Hi,
Is this the reason behind #96 ?
If so, how can i setup my ios to use the cert file that i have?
I only have the one

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

2 participants