Conversation
….VersionSSL30 libbeat/outputs/transport/tls.go: remove support for deprecated tls.VersionSSL30
|
Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually? |
1 similar comment
|
Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually? |
|
@faec please have a look. For now lets add a deprecation warning if older versions are configured. |
|
This pull request is now in conflicts. Could you fix it? 🙏 |
|
This pull request does not have a backport label. Could you fix it @alrs? 🙏
NOTE: |
|
Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane) |
|
Closing this version -- it was out of sync and missed a number of occurrences (including in the docs), but a more complete version was just checked in. |
The Go authors deprecated support for SSLv3 in go 1.13. They've decided to remove it in go 1.14, and have already merged the commit.
See: https://golang.org/issue/32716
This PR, or something like it, should probably land before February 2020.