You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
during the startup of our webstart application the following dialog is raised. Security WarningThe websites's HTTPS certificate cannot be verified. Do you want to continue?
When I confirm this with the button "Yes" in less than about 20 seconds, all is going well and the application
starts up without an issue.
When I wait more than 20 seconds webstart runs in an exception:
Hello,
during the startup of our webstart application the following dialog is raised.
Security Warning The websites's HTTPS certificate cannot be verified. Do you want to continue?
When I confirm this with the button "Yes" in less than about 20 seconds, all is going well and the application
starts up without an issue.
When I wait more than 20 seconds webstart runs in an exception:
It looks like an timeout, but I can't find something to change this timeout.
I have tried:
I only found that the following Class is used to raise the dialog:
net.adoptopenjdk.icedteaweb.client.parts.dialogs.security.CertWarningPane
My question is, how can I change this behavior? Can I change the timeout?
Thank You
The text was updated successfully, but these errors were encountered: