Commit 5c8c9aa
UI: Fix update checker TLS version
Since BinDiff does not ship with a full JDK, but with a stripped down JRE,
SSL/TLS config files are omitted.
This change forces TLS v1.2 for the update check to prevent
"Could not check for update. The update site returned no data." errors.
PiperOrigin-RevId: 377357578
Change-Id: If1d6d6b85f70d26ab56c411707e78ba2c40777ff1 parent 96b299d commit 5c8c9aa
2 files changed
Lines changed: 12 additions & 0 deletions
File tree
- java
- ui/src/main/java/com/google/security/zynamics/bindiff
- zylib/src/main/java/com/google/security/zynamics/zylib/gui/license
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
98 | 105 | | |
99 | 106 | | |
100 | 107 | | |
| |||
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
115 | 120 | | |
116 | 121 | | |
117 | 122 | | |
| |||
0 commit comments