Skip to content

Fetch fails with SSL error BAD_DECRYPT #702

@sampatsharma143

Description

@sampatsharma143

the fetch library fails the download at 99% or 95% with BAD_DECRYPT ssl error. i am using parallel download. i haved tried Okhttp

    val fetchFastConfiguration: FetchConfiguration =
        FetchConfiguration.Builder(applicationContext).setHttpDownloader(
            OkHttpDownloader(
                FileDownloaderType.PARALLEL
            ))
            .setDownloadConcurrentLimit(5)
            .setAutoRetryMaxAttempts(2)
            .build()

also somehow the concurrentLimit does not work and autoretry as well. i am using version 3.4.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions