Skip to content

Commit

Permalink
Clarify OpenSSL version to install (#514)
Browse files Browse the repository at this point in the history
* Clarify OpenSSL version to install

Added clarity that v1.0.2u should be installed

Using a newer version may cause issues per #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 <[email protected]>

Co-authored-by: Michael Carroll <[email protected]>
  • Loading branch information
nbbrooks and mjcarroll authored Feb 20, 2020
1 parent edab0ed commit 5219fb4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions source/Installation/Dashing/Windows-Install-Binary.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://slproweb.com/products/Win32OpenSSL.html>`__.
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 <https://slproweb.com/products/Win32OpenSSL.html>`__.
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:
Expand Down
6 changes: 3 additions & 3 deletions source/Installation/Eloquent/Windows-Install-Binary.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://slproweb.com/products/Win32OpenSSL.html>`__.
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 <https://slproweb.com/products/Win32OpenSSL.html>`__.
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:
Expand Down
6 changes: 3 additions & 3 deletions source/Installation/Foxy/Windows-Install-Binary.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://slproweb.com/products/Win32OpenSSL.html>`__.
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 <https://slproweb.com/products/Win32OpenSSL.html>`__.
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:
Expand Down

0 comments on commit 5219fb4

Please sign in to comment.