MONEI / Shopify-api-node

Node Shopify connector sponsored by MONEI
https://monei.com/shopify-payment-gateway/
MIT License
945 stars 278 forks source link

shopName does not accept alias #511

Closed AlexXmartlabs closed 2 years ago

AlexXmartlabs commented 2 years ago

Hey there,

Does shopName support domains outside myshopify.com? We have a primary domain configured on our store. Like shop.MYDOMAIN.com

The error we are getting is:

equestError: Hostname/IP does not match certificate's altnames: Host: shop.MYDOMAIN.com.myshopify.com. is not in the cert's altnames: DNS:myshopify.com, DNS:*.myshopify.com

Thanks!

lpinca commented 2 years ago

No, see https://github.com/MONEI/Shopify-api-node/issues/432.

lpinca commented 2 years ago

I'm closing this as answered. Discussion can continue if needed.

Hpanday commented 1 year ago

@lpinca @AlexXmartlabs does the api still not accept alias names? My website also has the domain shop.XX.com and I too get the error

RequestError: Hostname/IP does not match certificate's altnames: Host: shop.XX.com.myshopify.com. is not in the cert's altnames: DNS:*.myshopify.com, DNS:myshopify.com

Is there a workaround?