Skip to content

Commit ac523ce

Browse files
Change how we install OpenSSL. (#4343) (#4429)
That's because v1.1.1, which we relied on for years, is no longer available from SLproweb. Instead, we install it from chocolatey. Signed-off-by: Chris Lalancette <[email protected]> (cherry picked from commit 6bfe452) Co-authored-by: Chris Lalancette <[email protected]>
1 parent ffc9f51 commit ac523ce

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/Installation/_Windows-Install-Prerequisites.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ Open a Command Prompt and type the following to install them via Chocolatey:
3636
Install OpenSSL
3737
^^^^^^^^^^^^^^^
3838

39-
Download the *Win64 OpenSSL v1.1.1n* OpenSSL installer from `this page <https://slproweb.com/products/Win32OpenSSL.html>`__.
40-
Scroll to the bottom of the page and download *Win64 OpenSSL v1.1.1t*.
41-
Don't download the Win32 or Light versions, or the v3.X.Y installers.
39+
Open a Command Prompt and type the following to install OpenSSL via Chocolatey:
4240

43-
Run the installer with default parameters, as the following commands assume you used the default installation directory.
41+
.. code-block:: bash
42+
43+
choco install -y openssl --version 1.1.1.2100
4444
4545
This command sets an environment variable that persists over sessions:
4646

0 commit comments

Comments
 (0)