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

WildCard Subdomain Verify #14

Open
kentplaza opened this issue Jun 21, 2017 · 3 comments
Open

WildCard Subdomain Verify #14

kentplaza opened this issue Jun 21, 2017 · 3 comments

Comments

@kentplaza
Copy link

Do this plugin allow wildcard subdomain verification?

I have wildcard SSL Certificate (*.mydomain.com) and imported into App Service.

Can I declare wildcard domain in host paramater as below? or use naked domain?

Https.enableSSLPinning({ host: '*.mydomain.com', certificate }) or
Https.enableSSLPinning({ host: 'mydomain.com', certificate })
@roblav96
Copy link
Collaborator

@kentplaza currently no you can not use wildcards =/

@kentplaza
Copy link
Author

@roblav96 Got it. This is restriction of this plugin or Restriction from AFNetworking/okhttp3 Lib?

@pacome2017
Copy link

I'm also curious to know where does this restriction comes from ? How can we solve this issue ?

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

3 participants