Q
|
I am trying to use the BrowserHawk4J JavaBean to detect SSL key size but it keeps coming back as 0. Why?
|
A
|
First make sure you are checking the SSLKeySize property from a page being accessed via https. If the key size still returns 0 then your servlet engine does not support the hooks required for this feature, which many still do not. One thing to try would be using a different servlet engine plug-in such as JRun or ServletExec.
An alternative is to use the SSLKeySize property that is part of the ExtendedBrowserInfo class.
Note: This article applies only to the BrowserHawk4J JavaBean. There are no SSLKeySize detection issues with the BrowserHawk ActiveX/COM or .NET under IIS.
|