From d3eddac8d8ac4cec7499c9f8626fcbb2cd4cf012 Mon Sep 17 00:00:00 2001 From: Hubert Grochowski Date: Thu, 2 Jan 2025 17:56:33 +0100 Subject: [PATCH] docs/sc: remove sc4 download links --- .../sauce-connect/installation.md | 125 +----------------- .../sauce-connect/quickstart.md | 2 +- 2 files changed, 3 insertions(+), 124 deletions(-) diff --git a/docs/secure-connections/sauce-connect/installation.md b/docs/secure-connections/sauce-connect/installation.md index 6e94f80d75..7a898e59bd 100644 --- a/docs/secure-connections/sauce-connect/installation.md +++ b/docs/secure-connections/sauce-connect/installation.md @@ -4,127 +4,6 @@ title: Downloading Sauce Connect Proxy sidebar_label: Download --- -import useBaseUrl from '@docusaurus/useBaseUrl'; -import ScTable from '../../../src/components/scTable.jsx'; +Sauce Connect 4 has entered end-of-life status. The servers will be turned off on May 5, 2025. -:::caution Sauce Connect Proxy 5 is released -Please refer to [Sauce Connect Proxy 5 Installation Guide](/secure-connections/sauce-connect-5/installation/) for the most recent Sauce Connect Proxy 5 installation instructions. -::: - -This topic describes where and how to download Sauce Connect Proxy to your local machine. - -## What You’ll Need - -- A Sauce Labs account ([Log in](https://accounts.saucelabs.com/am/XUI/#login/) or sign up for a [free trial license](https://saucelabs.com/sign-up)). - -:::caution Always use the latest version -If applicable, delete any previous Sauce Connect versions you have. Using older versions may impact your ability to launch a tunnel or cause other technical issues. -::: - -## Downloading Sauce Connect Proxy - -1. Download the latest Sauce Connect Proxy client to your local machine by clicking the link below corresponding to your OS. - - - - - - - - - - - - - - - - - - - - - - - - - - -
PlatformDownload URLSHA1 Checksum
Linux - https://saucelabs.com/downloads/sc-4.9.2-linux.tar.gz - 5589571bdc186f3f1b05fe6ce68529501a42fb43
Linux ARM64 - https://saucelabs.com/downloads/sc-4.9.2-linux-arm64.tar.gz - 8b02c4343b74c36c575817ea4a6eae5fb5718f6c
macOS - https://saucelabs.com/downloads/sc-4.9.1-osx.zip - 64f9c1bac5d4f5b9acb6fbb629b6df0f5671b4c8
Windows - https://saucelabs.com/downloads/sc-4.9.2-win32.zip - 47c19feda3fb684f88acd816e9c8f2e3d4a1e3c0
- -:::note -MacOS is not supported in version 4.9.2. -::: - -2. Extract the contents of the \*.zip download to your local machine. We recommend saving the Sauce Connect Proxy folder to your home directory. - -
-What's in the folder? - -#### Sauce Connect folder contents - -```bash -$ tree sc-4.9.2-linux/ - sc-4.9.2-linux/ - ├── COPYRIGHT.md - ├── bin - │   └── sc - ├── config_examples - │   ├── config.yml - │   └── systemd - │   ├── README.md - │   ├── sc.service - │   └── sc@.service - └── license.html -``` - - - - - - - - - - - - - - - - - - -
FileDescription
sc (Linux/macOS) or sc.exe (Windows)Sauce Connect Proxy client executable file.
config.ymlSample YAML configuration file.
sc.service, sc@.serviceSample files intended for use with the systemd service manager, an alternative way to start and stop Sauce Connect Proxy tunnels. Consult the README.md for more information.
- -
- -3. If you're using Linux, you'll need to add Sauce Connect to your system PATH: - -```bash -cd $HOME -curl -LO https://saucelabs.com/downloads/sc-4.9.2-linux.tar.gz -tar xvf ./sc-4.9.2-linux.tar.gz -export PATH="$HOME/sc-4.9.2-linux/bin:$PATH" -``` - -## Using Sauce Connect in Docker - -As an alternative to downloading the client, you can use the Sauce Connect Proxy Docker image to run it in a Docker container. To learn more, see [Sauce Connect Docker Container Setup](/secure-connections/sauce-connect/setup-configuration/docker/). - -## More Information - -- [Sauce Connect Proxy 5 Installation Guide](/secure-connections/sauce-connect-5/installation/) -- [Sauce Connect Proxy Quickstart](/secure-connections/sauce-connect/quickstart) -- [Sauce Connect Proxy System and Network Requirements](/secure-connections/sauce-connect/system-requirements/) -- [Sauce Connect Proxy CLI Reference](/dev/cli/sauce-connect-proxy/) -- [Sauce Connect Proxy Architecture](/secure-connections/sauce-connect/advanced/architecture/) -- [Sauce Connect Proxy Changelog](https://changelog.saucelabs.com/en?category=sauce%20connect) +We recommend upgrading to [Sauce Connect 5](/secure-connections/sauce-connect-5/installation). diff --git a/docs/secure-connections/sauce-connect/quickstart.md b/docs/secure-connections/sauce-connect/quickstart.md index 3b494375dd..db7ba96980 100644 --- a/docs/secure-connections/sauce-connect/quickstart.md +++ b/docs/secure-connections/sauce-connect/quickstart.md @@ -21,7 +21,7 @@ Sauce Connect is required to run a local test on an app or website located behin ## Start Tunnel -1. [Download the Sauce Connect Proxy 4 client](/secure-connections/sauce-connect/installation/#downloading-sauce-connect-proxy) on your machine. +1. [Download the Sauce Connect Proxy 4 client](/secure-connections/sauce-connect/installation/) on your machine. :::caution Always use the latest version Using older Sauce Connect versions may impact your ability to launch a tunnel or cause other technical issues. We recommend using the newer [Sauce Connect Proxy 5](/secure-connections/sauce-connect-5/quickstart/) version.