Update Documentation - TLS configuration of the Elastic Package Registry
Closed this issue · 4 comments
kharsalan commented
Request to update This doc which includes information about TLS configuration of the Elastic Package Registry. However, we don't see anything specific about the TLS version settings.
To force >= 1.2, Package Registry needs to be run with EPR_TLS_MIN_VERSION=1.2.
kpollich commented
jsoriano commented
We might say that Package Registry supports min TLS from 1.0 to 1.3, and defaults to 1.0.
In the next release the default will change to 1.2. It relies for defaults on the Go implementation https://pkg.go.dev/crypto/tls#Config.
kilfoyle commented
kilfoyle commented
@kharsalan Thanks for reporting this! The page you mentioned will be updated via #1280