diff --git a/docs/secure-connections.md b/docs/secure-connections.md index 7899b35659..8a2a89755a 100644 --- a/docs/secure-connections.md +++ b/docs/secure-connections.md @@ -6,7 +6,7 @@ sidebar_label: Getting Started If your company has firewall rules that limit your ability to run tests on Sauce Labs, you can use our Secure Connection features to connect to Sauce Labs in the cloud without exposing your company's IT infrastructure to security risks. -We offer two options to provide an extra layer of security to protect test data in flight between the Sauce Labs cloud and your app or site under test on your network. Both of these solutions, Sauce Connect Proxy™ and Sauce IPSec Proxy, support secure connectivity using TLS 1.2 or above. +We offer two options to provide an extra layer of security to protect test data in flight between the Sauce Labs cloud and your app or site under test on your network. Both of these solutions, Sauce Connect Proxy and Sauce IPSec Proxy, support secure connectivity using TLS 1.2 or above. To determine which solution is best for you, see [Overview of Sauce Labs Security Processes](https://saucelabs.com/resources/white-papers/overview-of-sauce-labs-security-processes). diff --git a/docs/secure-connections/ipsec-vpn.md b/docs/secure-connections/ipsec-vpn.md index 9680c54a86..1974fbe527 100644 --- a/docs/secure-connections/ipsec-vpn.md +++ b/docs/secure-connections/ipsec-vpn.md @@ -171,4 +171,4 @@ To monitor tunnel stability, we recommend pinging the tunnel gateway or checking ## Additional Resources - [Overview of Sauce Labs Security Processes](https://saucelabs.com/resources/white-papers/overview-of-sauce-labs-security-processes) -- [Sauce Connect Proxy™ Security Overview](https://saucelabs.com/resources/white-papers/sauce-connect-proxy-security-overview) +- [Sauce Connect Proxy Security Overview](https://saucelabs.com/resources/white-papers/sauce-connect-proxy-security-overview) diff --git a/docs/secure-connections/sauce-connect-5.md b/docs/secure-connections/sauce-connect-5.md index ae1f8bbf22..cdd07f2b23 100644 --- a/docs/secure-connections/sauce-connect-5.md +++ b/docs/secure-connections/sauce-connect-5.md @@ -46,10 +46,12 @@ Sauce Connect Proxy 5 major changes are listed below. ## Getting Started With Sauce Connect Proxy 5 -See [this document](/secure-connections/sauce-connect-5/quickstart/) for quickstart instructions. +Please refer to [Sauce Connect Quickstart Guide](/secure-connections/sauce-connect-5/quickstart/) if you are new to Sauce Connect. + +If you already use Sauce Connect Proxy 4, please refer to [Sauce Connect Proxy 5 Migration Guide](/secure-connections/sauce-connect-5/migrating/). ## More Information -- [Sauce Connect Proxy Overview](/secure-connections/sauce-connect/) - [Sauce Connect Proxy 5 Quickstart Guide](/secure-connections/sauce-connect-5/quickstart/) +- [Sauce Connect Proxy 5 Migration Guide](/secure-connections/sauce-connect-5/migrating/) - [Sauce Connect Proxy 5 CLI Reference](/dev/cli/sauce-connect-5/) diff --git a/docs/secure-connections/sauce-connect-5/installation.md b/docs/secure-connections/sauce-connect-5/installation.md index 5fa97325f5..a40473ddb1 100644 --- a/docs/secure-connections/sauce-connect-5/installation.md +++ b/docs/secure-connections/sauce-connect-5/installation.md @@ -211,6 +211,7 @@ See [this guide](/secure-connections/sauce-connect-5/operation/kubernetes/) ## More Information +- [Sauce Connect Proxy Changelog](https://changelog.saucelabs.com/en?category=sauce%20connect) - [Sauce Connect Proxy 5 Administration](/secure-connections/sauce-connect-5/operation/overview/) - [Sauce Connect Proxy 5 CLI Reference](/dev/cli/sauce-connect-5/) - [Sauce Connect Proxy Architecture](/secure-connections/sauce-connect-5/advanced/architecture/) diff --git a/docs/secure-connections/sauce-connect-5/migrating.md b/docs/secure-connections/sauce-connect-5/migrating.md index cee65c578c..b6fb64a3f6 100644 --- a/docs/secure-connections/sauce-connect-5/migrating.md +++ b/docs/secure-connections/sauce-connect-5/migrating.md @@ -20,7 +20,7 @@ You can now install or upgrade Sauce Connect version 5 with a package manager sy * `sc run` is now used to start a tunnel, as there are now other subcommands that can be used. * `--tunnel-name` is now required. * `--region` is now required. -* SSL Bumping is now **OFF** by default, and is called TLS Resigning. +* [SSL Certificate Bumping](/secure-connections/sauce-connect/security-authentication#ssl-certificate-bumping) is now **OFF** by default, and is called TLS Resigning. * Domain matching for deny/direct/tunnel domains now uses the standard regex format. ## Unsupported Features diff --git a/docs/secure-connections/sauce-connect.md b/docs/secure-connections/sauce-connect.md index d21d82b757..3907eeaeab 100644 --- a/docs/secure-connections/sauce-connect.md +++ b/docs/secure-connections/sauce-connect.md @@ -1,9 +1,13 @@ --- id: sauce-connect -title: Sauce Connect Proxy +title: Sauce Connect Proxy 4 sidebar_label: Overview --- +:::caution Sauce Connect Proxy 5 is released +Please refer to [Sauce Connect Proxy 5 Overview](/secure-connections/sauce-connect-5/) for the most recent Sauce Connect Proxy documentation. +::: + If your company has firewall rules that limit your ability to run tests on Sauce Labs, you can use our Sauce Connect Proxy feature to connect to Sauce Labs in the cloud without exposing your company's IT infrastructure to security risks. Sauce Connect is a proxy server that opens a secure connection between a Sauce Labs virtual machine, emulator, simulator or real device running your browser or native app tests, and an app or website you want to test that is on your local machine or behind a corporate firewall. @@ -60,6 +64,7 @@ For more information about Sauce Connect Proxy™ and its security, see [thi ## More Information +- [Sauce Connect Proxy 5 Overview](/secure-connections/sauce-connect-5/) - [Sauce Connect Proxy Quickstart](/secure-connections/sauce-connect/quickstart/) - [Sauce Connect Proxy Basic Setup and Configuration](/secure-connections/sauce-connect/setup-configuration/basic-setup/) - [Sauce Connect Proxy CLI Reference](/dev/cli/sauce-connect-proxy) diff --git a/docs/secure-connections/sauce-connect/installation.md b/docs/secure-connections/sauce-connect/installation.md index dbd1213b94..004cfc63bf 100644 --- a/docs/secure-connections/sauce-connect/installation.md +++ b/docs/secure-connections/sauce-connect/installation.md @@ -7,6 +7,10 @@ sidebar_label: Download import useBaseUrl from '@docusaurus/useBaseUrl'; import ScTable from '../../../src/components/scTable.jsx'; +:::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 @@ -227,6 +231,7 @@ As an alternative to downloading the client, you can use the Sauce Connect Proxy ## 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/) diff --git a/docs/secure-connections/sauce-connect/quickstart.md b/docs/secure-connections/sauce-connect/quickstart.md index 4906d2419d..b21aee87e1 100644 --- a/docs/secure-connections/sauce-connect/quickstart.md +++ b/docs/secure-connections/sauce-connect/quickstart.md @@ -8,12 +8,12 @@ import useBaseUrl from '@docusaurus/useBaseUrl'; import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -Sauce Connect is required to run a local test on an app or website located behind a firewall. Get up and running with a basic Sauce Connect Proxy tunnel in minutes using the steps below. - :::caution Sauce Connect Proxy 5 is released Please refer to [Sauce Connect Proxy 5 Quickstart Guide](/secure-connections/sauce-connect-5/quickstart/) for the latest quickstart guide. ::: +Sauce Connect is required to run a local test on an app or website located behind a firewall. Get up and running with a basic Sauce Connect Proxy tunnel in minutes using the steps below. + ## 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)).