AdoptOpenJDK / AdoptOpenJDK/IcedTea-Web

Security Warning Dialog timeout

未关闭
#890 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Java
星标
268
派生
96
PR 合并指标
30 天内没有已合并 PR

描述

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:
```Waiting for exception dialog to be closed
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
```

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。