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

allow wildcard domains #52

Merged
merged 2 commits into from
Nov 2, 2019

Conversation

kanayo
Copy link

@kanayo kanayo commented Nov 2, 2019

Add commonName option to handle cases where CN != hostName, eg host= sales.company.com, CN=*.company.com

See issue:

#14

gsmedley and others added 2 commits November 2, 2019 14:06
@EddyVerbruggen EddyVerbruggen added this to the 1.2.3 milestone Nov 2, 2019
@EddyVerbruggen EddyVerbruggen merged commit 24085c9 into nativescript-community:master Nov 2, 2019
@EddyVerbruggen
Copy link
Member

That's wonderful, thank you!

@EddyVerbruggen
Copy link
Member

@kanayo btw, is this also possible for iOS, or don't we need it there?

@kanayo
Copy link
Author

kanayo commented Nov 3, 2019

It looks like this case is covered by AFNetwork on iOS:

AFNetworking/AFNetworking#1865

Which makes me think, it would be better to just implement the matching algorithm described there, then we wouldn't need the Android-only "commonName" option.

@EddyVerbruggen
Copy link
Member

@kanayo Yes that makes sense!

@EddyVerbruggen EddyVerbruggen modified the milestones: 1.2.3, 1.3.0 Feb 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants