From 5219fb4a8772b45c9899dd89e8194bed4f479989 Mon Sep 17 00:00:00 2001 From: Nathan Brooks Date: Thu, 20 Feb 2020 15:23:54 -0700 Subject: [PATCH] Clarify OpenSSL version to install (#514) * Clarify OpenSSL version to install Added clarity that v1.0.2u should be installed Using a newer version may cause issues per https://github.com/ros2/ros2_documentation/issues/488 From OpenSSL website: - "OpenSSL 1.1.0 and later are quite different from previous releases" - "Version 1.0.2 is no longer supported" - long term we will need to address why v1.1.0 results in the issue linked above * Port OpenSSL changes to Dashing and Foxy Signed-off-by: Michael Carroll Co-authored-by: Michael Carroll --- source/Installation/Dashing/Windows-Install-Binary.rst | 6 +++--- source/Installation/Eloquent/Windows-Install-Binary.rst | 6 +++--- source/Installation/Foxy/Windows-Install-Binary.rst | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/source/Installation/Dashing/Windows-Install-Binary.rst b/source/Installation/Dashing/Windows-Install-Binary.rst index defb50320d5..cc62fcdb1ae 100644 --- a/source/Installation/Dashing/Windows-Install-Binary.rst +++ b/source/Installation/Dashing/Windows-Install-Binary.rst @@ -47,9 +47,9 @@ Open a Command Prompt and type the following to install them via Chocolatey: Install OpenSSL ^^^^^^^^^^^^^^^ -Download an OpenSSL installer from `this page `__. -Scroll to the bottom of the page and download *Win64 OpenSSL v1.0.2*. -Don't download the Win32 or Light versions. +Download the *Win64 OpenSSL v1.0.2u* OpenSSL installer from `this page `__. +Scroll to the bottom of the page and download *Win64 OpenSSL v1.0.2u*. +Don't download the Win32 or Light versions or version 1.1.0 or newer. Run the installer with default parameters. The following commands assume you used the default installation directory: diff --git a/source/Installation/Eloquent/Windows-Install-Binary.rst b/source/Installation/Eloquent/Windows-Install-Binary.rst index d64ceb368bd..a5188843ece 100644 --- a/source/Installation/Eloquent/Windows-Install-Binary.rst +++ b/source/Installation/Eloquent/Windows-Install-Binary.rst @@ -47,9 +47,9 @@ Open a Command Prompt and type the following to install them via Chocolatey: Install OpenSSL ^^^^^^^^^^^^^^^ -Download an OpenSSL installer from `this page `__. -Scroll to the bottom of the page and download *Win64 OpenSSL v1.0.2*. -Don't download the Win32 or Light versions. +Download the *Win64 OpenSSL v1.0.2u* OpenSSL installer from `this page `__. +Scroll to the bottom of the page and download *Win64 OpenSSL v1.0.2u*. +Don't download the Win32 or Light versions or version 1.1.0 or newer. Run the installer with default parameters. The following commands assume you used the default installation directory: diff --git a/source/Installation/Foxy/Windows-Install-Binary.rst b/source/Installation/Foxy/Windows-Install-Binary.rst index 9bcfa9b0081..9d8638eb12a 100644 --- a/source/Installation/Foxy/Windows-Install-Binary.rst +++ b/source/Installation/Foxy/Windows-Install-Binary.rst @@ -47,9 +47,9 @@ Open a Command Prompt and type the following to install them via Chocolatey: Install OpenSSL ^^^^^^^^^^^^^^^ -Download an OpenSSL installer from `this page `__. -Scroll to the bottom of the page and download *Win64 OpenSSL v1.0.2*. -Don't download the Win32 or Light versions. +Download the *Win64 OpenSSL v1.0.2u* OpenSSL installer from `this page `__. +Scroll to the bottom of the page and download *Win64 OpenSSL v1.0.2u*. +Don't download the Win32 or Light versions or version 1.1.0 or newer. Run the installer with default parameters. The following commands assume you used the default installation directory: