SSL error on woocommerce callback in wc auth

admin

Administrator
Staff member
I am using the wc-auth login of woocommerce.
the one like this <a href="https://woocommerce.wordpress.com/2...s-and-the-api-authentication-endpoint-in-2-4/" rel="nofollow">https://woocommerce.wordpress.com/2...s-and-the-api-authentication-endpoint-in-2-4/</a>

now both sites have SSL installed properly I checked them on online sslcheckers.

But on the wc-auth way of logging in, I get this error:

Code:
Error: SSL: no alternative certificate subject name matches target host name 'www.my-domain.com'

I have checked the alternative name and it has *.mydomain.com in it.

Hence i am unable to understand what is the issue?