检测 SSL SNI 支持
有什么方法可以检测 Rails 中的 SNI SSL 支持吗?从这篇维基百科文章来看,我可能知道如果用户代理是win上的IE,则没有SNI支持XP。但是,我正在寻找更通用的解决方案。谢谢。
Is there any way to detect SNI SSL support in rails? Judging from this wikipedia article, I could probably know there's no SNI support if user agent is IE on win XP. However, I'm looking for a more generic solution. Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我很确定简短的答案是:不。由客户端决定是否支持使用 SNI 协议验证您的证书。因此,您所能做的就是使用白名单或黑名单(某处可能有一个非常好的名单)。
I'm pretty sure the short answer is: no. It's up to the client to support validating your cert using the SNI protocol. So all you can do is use a white or black list (there probably is a pretty good one out there somewhere).