I cannot enable TLSv1.3 on my server, because the version of libssl is 1.1.0f, and 1.1.1 or newer is required for TLSv1.3 support. A quick search of the Debian Package site indicates that they only support libssl1.1.1 on "sid" right now. I'm not sure if you want to compile libssl and include it yourself, or how to you want to handle it, but it would be great to have full TLSv1.3 support in the Docker image.
Thanks for all the hard work you do. It's really appreciated.
I cannot enable TLSv1.3 on my server, because the version of
libsslis 1.1.0f, and 1.1.1 or newer is required for TLSv1.3 support. A quick search of the Debian Package site indicates that they only supportlibssl1.1.1on "sid" right now. I'm not sure if you want to compile libssl and include it yourself, or how to you want to handle it, but it would be great to have full TLSv1.3 support in the Docker image.Thanks for all the hard work you do. It's really appreciated.