Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Security Warning Dialog timeout #890

Open
tzjan opened this issue Dec 14, 2022 · 0 comments
Open

Security Warning Dialog timeout #890

tzjan opened this issue Dec 14, 2022 · 0 comments

Comments

@tzjan
Copy link
Contributor

tzjan commented Dec 14, 2022

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:

Launch exception
netx: Launch Error: Could not launch JNLP file. ( (java.net.SocketException: Software caused connection abort: socket write error (Software caused connection abort: socket write error)))
Returning value: YES 
Setting value: YES 

It looks like an timeout, but I can't find something to change this timeout.
I have tried:

sun.net.client.defaultConnectTimeout=-1
sun.net.client.defaultReadTimeout=-1

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


OpenWebStart 1.6.0 IcedTeaWeb icedtea-web-2.0.0-alpha24
Used Java OpenJDK11U-jre_x86-32_windows_hotspot_11.0.16.1_1 on Win 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant