setup-ros icon indicating copy to clipboard operation
setup-ros copied to clipboard

OpenSSL download fails on Windows

Open christianrauch opened this issue 5 months ago • 3 comments

Description

Recently, the action fails to download OpenSSL on Windows:

  openssl v3.3.1 [Approved]
  openssl package files install completed. Performing other installation steps.
  Attempt to get headers for https://slproweb.com/download/Win64OpenSSL-3_3_1.exe failed.
    The remote file either doesn't exist, is unauthorized, or is forbidden for url 'https://slproweb.com/download/Win64OpenSSL-3_3_1.exe'. Exception calling "GetResponse" with "0" argument(s): "The remote server returned an error: (404) Not Found."
  Downloading openssl 64 bit
    from 'https://slproweb.com/download/Win64OpenSSL-3_3_1.exe'
  ERROR: The remote file either doesn't exist, is unauthorized, or is forbidden for url 'https://slproweb.com/download/Win64OpenSSL-3_3_1.exe'. 

The URL https://slproweb.com/download/Win64OpenSSL-3_3_1.exe (OpenSSL 3.3.1) returns a 404 while https://slproweb.com/download/Win64OpenSSL-3_3_2.exe (OpenSSL 3.3.2) works.

Expected Behavior

The action should download OpenSSL without issues.

Actual Behavior

The action fails with the above error.

System (please complete the following information)

  • OS: Windows on GitHub runner
  • ROS 2 Distro: jazzy

christianrauch avatar Sep 03 '24 21:09 christianrauch