This page had moved. For B-Hub information, please visit our new B-Hub web site at: www.b-hub.com.
B-Hubs certificate authenticated logon using Mozilla
'
Question:
When I try to send a Package from Mozilla/Netscape, I get a popup window from the Java with the following error stack:
.
.
.
Caused by: java.io.IOException: open HTTP connection failed.
at sun.applet.AppletClassLoader.getBytes(Unknown Source)
at sun.applet.AppletClassLoader.access$100(Unknown Source)
at sun.applet.AppletClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
... 10 more
What happened?
Answer:
What happens is that you are connecting to a B-Hub that has the "require client authentication" set. As this requires the plugin to authenticate itself during the applet download, you must define the certificate to be used during this stage.
To solve this issue, open the plugin control panel, go to the "Advanced" tab, and insert the following in the "run-time parameters" field:
-Djavax.net.ssl.keyStore=path to your .pfx file -Djavax.net.ssl.keyStorePassword=password_to_your_.pfx_file -Djavax.net.ssl.keyStoreType=PKCS12
Apply and restart the browser.
Related Topics:
B
-Hub
Back to FAQ Index
|