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

Add the ability to provide SSL certificates pinning for custom maps server #2265

Open
sajeel opened this issue Nov 18, 2024 · 1 comment
Open

Comments

@sajeel
Copy link

sajeel commented Nov 18, 2024

After upgrade to mapbox v11 , we are forced to used the create interceptor (HttpServiceInterceptorInterface) and there is no way to add the SSL certificate pinning.

In older versions we could work around using the URLSession , by swizzle its implementation, and can validate the SSL certificate.

@evil159
Copy link
Contributor

evil159 commented Nov 19, 2024

Hi @sajeel currently there is no way to setup custom certificate validation in v11, we rely exclusively on the platform's certificate checks for SSL and TLS connections so any certificate that is trusted by iOS will be trusted by us.

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