SSL on Application Server in Vista
690684Mar 12 2009 — edited Jun 9 2010Hi...I'm not sure if this is the right place to ask this question, but maybe somebody who was setting up Oracle 10g application server has come accross this:
I am setting up an app server with ssl client authentication (Apache) and it works fine when accessing it from any client browser up to IE7 with XP. Unfortunately the SSL handshake fails with IE7 in vista. I am assuming it has something to do with the fact that TLS extensions are enabled in the IE7 vista browser, but I'm not sure. Unfortunately, I am unable to access the advanced properties on my browser (it's controlled by admin group policy), so I am unable to remove "TLS 1.0" from the used SSL types. Here's the handshake error message I get:
SSL call to NZ function nzos_Handshake failed with error 29014 (server my.server)
Unknown error
I looked up error NZE-29014 and it says: "Maximum fragment length extension is incorrect."
Does anybody know if there is any Apache directive I can add to ignore TLS extensions (I've searched extensively to no avail). Or, has anybody encountered a similar problem and can point me in the direction of a solution?
Thanks in advanced...