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.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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).