-
v1.6.38 Stable
released this
2026-03-05 02:32:59 +01:00 | 32 commits to main since this releaseFixes
- Fix DDownload downloads failing with connection errors: DDownload storage servers (dstorage.org) use SSL certificates that fail Node.js TLS verification, causing all downloads to fail with "Verbindungsfehler". Added
skipTlsVerifyflag so TLS certificate verification is temporarily disabled only for DDownload download connections.
Downloads
- Fix DDownload downloads failing with connection errors: DDownload storage servers (dstorage.org) use SSL certificates that fail Node.js TLS verification, causing all downloads to fail with "Verbindungsfehler". Added