https
https copied to clipboard
WildCard Subdomain Verify
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 })
@kentplaza currently no you can not use wildcards =/
@roblav96 Got it. This is restriction of this plugin or Restriction from AFNetworking/okhttp3 Lib?
I'm also curious to know where does this restriction comes from ? How can we solve this issue ?