0

I have a server that is using two different domains with two different certificates. Everithing work fine except IE8 on Windows XP because the TLS Server Name Indication is not supported there. In order to fix this problem I want buy a dedicated IP for the second domain and set this IP on the nginx listen configuaration file.

The question is, it is possible set a dedicate IP on the listen nginx parameter?

Marco C
  • 153
  • 9

1 Answers1

0

Setting a different IP on each domain fix the problem.

Marco C
  • 153
  • 9
  • Isn't setting up a different IP for each domain exactly what SNI exists to help avoid having to do? – ngl817 May 21 '14 at 13:46
  • Yes, but it has limited browser support: http://nginx.org/en/docs/http/configuring_https_servers.html#sni – Marco C May 22 '14 at 03:40