- 
                Notifications
    You must be signed in to change notification settings 
- Fork 880
Description
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