-1

I need to install 3 different certificates on my apache - but I only got 1 IP(v4).

Is there a mod(for apache) or whatever to use more than one certificate on namebased vhost's?

Patrick
  • 100
  • 1
  • 9

1 Answers1

1

SNI is supported in apache since 2.2

see http://wiki.apache.org/httpd/NameBasedSSLVHostsWithSNI

Russ Huguley
  • 766
  • 3
  • 9
  • 13
  • Thank you - in the meentime I found this http://www.der-eremit.de/post/13589628448/ssl-enabled-name-based-virtual-hosts-with-mod-gnutls but I think it is outdated... – Patrick Dec 04 '13 at 16:58
  • I guess there is no way to host it also for WinXP clients?! – Patrick Dec 04 '13 at 16:59
  • 1
    If the xp client is using IE then it looks like no. If they use chrome/firefox etc then it will work. http://stackoverflow.com/questions/5154596/is-ssl-sni-actually-used-and-supported-in-browsers – Russ Huguley Dec 04 '13 at 19:03
  • Perfect - than you solved my problem :-D Thank you – Patrick Dec 04 '13 at 20:40