Re: [nodejs] Re: SNI with Internet Explorer 9

2013-08-06 Thread Felipe Gasper
Also, I have, by default, the following enabled: SSL 3 TLS 1 All other SSL/TLS versions are off. -F On 8/6/13 3:15 PM, Felipe Gasper wrote: I tried your gist. I had to put the key and cert into the main “options” object, but otherwise it ran fine. I was able to connect from VMs running IE9 a

Re: [nodejs] Re: SNI with Internet Explorer 9

2013-08-06 Thread Felipe Gasper
I tried your gist. I had to put the key and cert into the main “options” object, but otherwise it ran fine. I was able to connect from VMs running IE9 and IE10 in Win7/x64. -Felipe Gasper cPanel, Inc. On 8/6/13 2:49 PM, jwri...@mtmrecognition.com wrote: Thanks for the help ekryski and Felip

Re: [nodejs] Re: SNI with Internet Explorer 9

2013-08-06 Thread jwright
Thanks for the help ekryski and Felipe - Unfortunately the error occurs on windows 7, so I believe SNI should be supported. I tried Felipe's link and it approved IE9 on W7. -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Gu

Re: [nodejs] Re: SNI with Internet Explorer 9

2013-08-05 Thread Felipe Gasper
There is always: https://alice.sni.velox.ch/ … to test SNI support in a given browser. -FG On 5.8.13 11:29 PM, ekryski wrote: Definitely not an expert in the area but you might want to look at this article if you haven't yet: http://en.wikipedia.org/wiki/Server_Name_Indication. Looks like any

[nodejs] Re: SNI with Internet Explorer 9

2013-08-05 Thread ekryski
Definitely not an expert in the area but you might want to look at this article if you haven't yet: http://en.wikipedia.org/wiki/Server_Name_Indication. Looks like any version of IE on windows XP doesn't support SNI. Also, apparently Android 2.x? Maybe this helps point you guys in the right dir

Re: [nodejs] Re: SNI with Internet Explorer 9

2013-08-05 Thread jwright
Gustavo - did you ever find a solution to this problem? On Thursday, September 27, 2012 8:00:23 AM UTC-5, Gustavo Machado wrote: > > Fedor, if it's not SNI related, can you think of anything that might > be causing the following code not to work? (in chrome and firefox > it does) > > var https =

Re: [nodejs] Re: SNI with Internet Explorer 9

2012-09-27 Thread Fedor Indutny
Sadly I don't have Windows installed neither on my macbook nor in virtual machine. Bert, can you please look into this? Cheers, Fedor. On Thu, Sep 27, 2012 at 4:59 PM, Gustavo Machado wrote: > Fedor, if it's not SNI related, can you think of anything that might > be causing the following code

Re: [nodejs] Re: SNI with Internet Explorer 9

2012-09-27 Thread Gustavo Machado
Fedor, if it's not SNI related, can you think of anything that might be causing the following code not to work? (in chrome and firefox it does) var https = require('https'); var fs = require('fs'); var crypto = require("crypto"); var options = { SNICallback: function (hostname) { console.lo

Re: [nodejs] Re: SNI with Internet Explorer 9

2012-09-27 Thread Fedor Indutny
This is not related to SNI at all. (I'm working at Nodejitsu). On Wed, Sep 26, 2012 at 10:41 PM, Gustavo Machado wrote: > Well... it must be one with the worst support for SNI, however if you add > TLS 1.2 to the mix, everything will work perfectly: > [x] SSL v2 > [x] SSL v3 > [x] TLS 1.0 > [x]

Re: [nodejs] Re: SNI with Internet Explorer 9

2012-09-26 Thread Gustavo Machado
Well... it must be one with the worst support for SNI, however if you add TLS 1.2 to the mix, everything will work perfectly: [x] SSL v2 [x] SSL v3 [x] TLS 1.0 [x] TLS 1.1 [x] TLS 1.2 <-- checked it works. unchecked it doesn't work (although it should) I have tried to access some apps hosted in n

Re: [nodejs] Re: SNI with Internet Explorer 9

2012-09-26 Thread Fedor Indutny
I think IE is the only one browser that doesn't support SNI at all. On Wed, Sep 26, 2012 at 9:36 PM, Gustavo Machado wrote: > Sorry, here's the code to reproduce the problem: > > https://gist.github.com/3789357 > > Gus > > On Wed, Sep 26, 2012 at 2:30 PM, Gustavo Machado wrote: > >> Hi guys, >>

[nodejs] Re: SNI with Internet Explorer 9

2012-09-26 Thread Gustavo Machado
Sorry, here's the code to reproduce the problem: https://gist.github.com/3789357 Gus On Wed, Sep 26, 2012 at 2:30 PM, Gustavo Machado wrote: > Hi guys, > > I have a rather strange problem when trying to use node.js with HTTPS and > SNI. In order to reproduce the error, you would have to open in