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
Uh oh!
There was an error while loading. Please reload this page.
-
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.comFor Example, The user entered the
a1.abc.comdomain. Set up the given Cname details ona1.abc.comrecords. 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.compoints toa1.xyz.comit returns an error related to the SSL certificate.Error Message when verifying SSL: Peer certificate CN
xyz.comdid not match expected CNa1.abc.comCan someone help me here? What am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions