Skip to content

FileDownloader disables TLSv1.3 #1170

@kelunik

Description

@kelunik

Do you want to request a feature or report a bug?

Bug

What is the current behavior?

FileDownloader restricts TLS to TLSv1.2.

This is a problem for setups that only allow TLSv1.3. Even worse, it doesn't just restrict the TLS version this plugin uses, but also all plugins that run after it in the same JVM instance, because it modifies global properties.

Connections to TLSv1.3 only hosts will fail with Received fatal alert: protocol_version.

If the current behavior is a bug, please provide the steps to reproduce.

Use the plugin with a host that only supports TLSv1.3 or use a plugin that makes HTTPS requests to a TLSv1.3 only host after running this plugin and downloading a file with FileDownloader.

What is the expected behavior?

TLSv1.3 should be used.

Please mention your frontend-maven-plugin and operating system version.

1.15.1 / Debian 11

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