fsockopen(): Peer certificate CN did not match expected CN #2662
Unanswered
pratikshap31
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have one module where the user can add a domain CNAME type.
The application domain name is
xyz.com
. This domain uses load balancer wildcard subdomains. When the user register, creates a subdomaina1.xyz.com
. Subdomain is based on the username. So every user has own unique subdomain. Now user can add other domains to point herea1.xyz.com
For Example, The user entered the
a1.abc.com
domain. Set up the given Cname details ona1.abc.com
records. Here, a user has a domain(a1.abc.com
) in AWS 53 route. As well as I have a domain(xyz.com
) in AWS 53 route.When
a1.abc.com
points toa1.xyz.com
it returns an error related to the SSL certificate.Error Message when verifying SSL: Peer certificate CN
xyz.com
did not match expected CNa1.abc.com
Can someone help me here? What am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions