Current time: 04-26-2024, 09:17 AM Hello There, Guest! (LoginRegister)


Post Reply 
[HowTo] Multiple SSL Certificates on a Single IP/Port using mod_gnutls
Author Message
slowjack2k Offline
Newbie
*

Posts: 6
Joined: Jul 2010
Reputation: 0
Post: #3
RE: [HowTo] Multiple SSL Certificates on a Single IP/Port using mod_gnutls
It's a good HowTo. I wan't to add not every browser support's SNI (for instance ie on Windows XP). Does mod_gnutls support more as mod_ssl? You can test your browser here.
PS: I found this hint to test a client and redirect client's without SNI Support

RewriteCond %{SSL:SSL_TLS_SNI} =""
RewriteCond %{HTTP:Host} !=alice.example.com
RewriteRule .* https://alice.example.com/sni-info.html [L]
(This post was last modified: 07-18-2010 01:41 AM by slowjack2k.)
07-18-2010 01:32 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: [HowTo] Multiple SSL Certificates on a Single IP/Port using mod_gnutls - slowjack2k - 07-18-2010 01:32 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)