Commit Graph

4 Commits (9cb60768fed118339b6cebfbaf3ca2c1461eb774)

Author SHA1 Message Date
Patric Stout 16352559f2
Change: release with (much) newer versions of dependencies for Generic Linux (#10484) 2 years ago
frosch 274bcf8d80 Fix 64523709: rpm uses different package names than deb. 2 years ago
Patric Stout 64523709bf
Add: use https:// for content-service connections (#10448)
This requires the use of WinHTTP (for Windows) or libcurl (for all
others except Emscripten). Emscripten does not support http(s)
calls currently.

On Linux it requires ca-certificates to be installed, so the HTTPS
certificate can be validated. It is really likely this is installed
on any modern machine, as most connections these days are HTTPS.

(On MacOS and Windows the certificate store is filled by default)

Reminder: in case the http(s):// connection cannot be established,
OpenTTD falls back to a custom TCP-based connection to fetch the
content from the content-service. Emscripten will always do this.
2 years ago
Patric Stout 425ba82676 Change: [Actions] split GitHub workflows into several smaller ones 2 years ago