Solution for SSL - One Domain Two Ips

I have a domain xyz.net That the DNS, MAIL, NAMESERVR Hosted on 167.2.1.100
A Record in my DNS points to this ip 213.3.1.4
As website alone is hosted on 213.3.1.4

when I try to create ssl cert on this server 167.2.1.100 where i install letsencrypt client, i get Verify error:Invalid response from http://www.xyz.net/.well-known/acme-challenge/Wm5NPFVgvTaClrfkQT-fP9DT0JBZmpQG_SvYJpfnzhQ:

Please I need detail Guide on How to work Around this Unending Debacle with ssl with such complex setup of mine // thanks

:::::NOTE::::: xyz.net IS AN EXAMPLE

The explanation of the problem is unclear.
The use of “an example” domain doesn’t help explain the problem.

As best as I can understand, you have one domain with two IPs
Let’s say:
Domain = xyz.net
IP#1 = 167.2.1.100
IP#2 = 213.3.1.4
(and presuming that IP#1 and IP#2 are hosted by independent systems)

If so, then there is no simple way to verify the domain via http(s).

Unless you (temporarily) remove one of the IPs from DNS, you may have to look into DNS challenge for verification.

With some web servers, it may be fairly practical to have one HTTP redirect ACME challenge files that don't exist to the other server.

How Please. You Mind give me a Guide to do it

thanks

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.