How to disable Java Plug-In authentication dialog box ?
843811Nov 30 2007 — edited Jan 10 2008Hi,
I'm using SSL connection with client authentication. Certificate is on hardware device.
I'm providing keystore with cert for SSLContext in my app programmatically.
When I run it from console (java -jar) it works ok.
*When I use it as an applet i get browser prompt (popup dialog) for client certificate.*
How to disable it ? (jre 1.5.0_12 + Firefox + Linux Ubuntu)