Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.76 KB

tech_bull_tls-repo.md

File metadata and controls

41 lines (29 loc) · 1.76 KB
layout group subgroup title menu_title menu_node menu_order version github_link
default
release-notes
05_techbull
Technical Bulletin
Transport Layer Security (TLS) 1.1+ requirement for repo.magento.com (June 30, 2016)
2
2.0
release-notes/tech_bull_tls-repo.md

{% include install/tls-repo.md %}

Solution

The solution to this issue depends on how your operating system packages TLS. See one of the following sections for more information:

Ubuntu {#solution-ubuntu}

Make sure you're using libcurl{:target="_blank"}. libcurl versions 7.34 or later; these versions use TLS 1.2 by default.

To determine your libcurl version, enter the following command:

curl --version

CentOS {#solution-centos}

The source of the issue is that the libcurl{:target="_blank"} library packaged with CentOS 6.6 and earlier use TLS 1.1 or earlier by default.

To determine the version of CentOS your server runs, enter the following command:

cat /etc/*release*

If you're already running CentOS 6.8 or later, no action is necessary. According to the CentOS 6.8 changelog{:target="_blank"}, "various applications now support TLS 1.2, i.e. OpenLDAP, yum, stunnel, vsftpd, git, postfix and others. Also TLS 1.2 has been enabled by default in various packages".

(CentOS 7 has a newer version of libcurl that also defaults to TLS 1.2.)

Mac OS {#solution-macos}

Recent updates to the OS X liip package{:target="_blank"} should resolve the issue.