1
blijf 2014-11-13 12:44:52 +08:00
用的cloudflare SSL
之前也有考虑过,不过由于自己博客 ,没所谓了 USERAGENT不知道行不行 |
2
extreme 2014-11-13 13:06:23 +08:00
为什么Windowd XP不支持SNI?
Windows XP也不会落后到HTTP请求不带hosts吧。 支不支持SNI目前主要取决于HTTP Server了,Nginx不就是通过HTTP请求头中host的内容判断用哪个站点SSL证书的吗? |
4
extreme 2014-11-13 13:21:33 +08:00
@ooxxcc 之前用Windows XP,开始自己开网站前就没用IE了,不太了解。
可以用正则表达式判断一下$http_user_agent。 |
5
ooxxcc 2014-11-13 13:26:44 +08:00
@extreme 支不支持SNI目前主要取决于HTTP Server了//这句有误 No support for any Internet Explorer version on Windows XP because SNI depends on the SChannel system component shipped with Windows Vista.[7]
ref http://en.wikipedia.org/wiki/Server_Name_Indication LZ的情况所有访问默认http,然后判断一下useragent再跳转就好了 |
6
orzfly 2014-11-13 15:00:43 +08:00
不过,默认访问 HTTP 小心 HTTPStrip 啊……
|