This repository was archived by the owner on Sep 26, 2022. It is now read-only.
Commit 6df6e7b
Steffen Wilke
Add https support to CCTray
This change adds security protocols to the CruiseServerHttpClient which allows the application to handle build servers that communicate over "https". (e.g. jenkins with cc.xml)
Since there is currently an issue with the jenkins cc.xml returning "http"-urls for build jobs while the server is running over "https", this change also contains a workaround to handle this issue by changing "http" to "https" in case the build server is using "https".1 parent 3cf8be7 commit 6df6e7b
3 files changed
Lines changed: 15 additions & 3 deletions
File tree
- project
- CCTrayLib/Presentation
- Remote
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
386 | 386 | | |
387 | 387 | | |
388 | 388 | | |
389 | | - | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
390 | 399 | | |
391 | 400 | | |
392 | 401 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
| 17 | + | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
209 | 212 | | |
210 | 213 | | |
211 | 214 | | |
| |||
0 commit comments