0

Can I have the same https website (for example https://www.example.com/) hosted on two different IPs?

azatuni
  • 93
  • 1
  • 2
  • 9

2 Answers2

3

All what matters is that the certificate matches the hostname from the URL and that the certificate is valid and trusted. It does not matter if you have multiple IP address for the same hostname and use the same certificate on all of these. Such setup is actually very common for larger sites.

Steffen Ullrich
  • 13,227
  • 27
  • 39
0

Yes. Do not forget to use rel canonical to avoid content duplication in search engines.

Delia
  • 1