Skip to content

Commit 34bc166

Browse files
committed
docs/secure-connections: revise sauce connect 5 content
1 parent bbf6433 commit 34bc166

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

docs/secure-connections.md

+16-16
Original file line numberDiff line numberDiff line change
@@ -4,39 +4,39 @@ title: Sauce Trusted Connection
44
sidebar_label: Getting Started
55
---
66

7-
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.
7+
If firewall restrictions at your company limit your ability to run tests on Sauce Labs, our Secure Connection solutions enable you to safely connect to the Sauce Labs cloud without exposing your internal IT infrastructure.
88

9-
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.
9+
We offer two secure connectivity options - Sauce Connect and Sauce IPSec Proxy - both of which encrypt test data in transit using TLS 1.2 or higher, providing an additional layer of security between the Sauce Labs cloud and your application or website.
1010

11-
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).
11+
To select the best solution for your needs, review our [Overview of Sauce Labs Security Processes](https://saucelabs.com/resources/white-papers/overview-of-sauce-labs-security-processes).
1212

13-
## Sauce Connect Proxy
13+
## Sauce Connect
1414

15-
See our [Sauce Connect Proxy Security Overview](https://saucelabs.com/resources/white-papers/sauce-connect-proxy-security-overview) white paper for information about optimizing your network and development environment for Sauce Connect Proxy performance.
15+
For guidance on optimizing your network and development environment for Sauce Connect performance, see our [Sauce Connect Security Overview](https://saucelabs.com/resources/white-papers/sauce-connect-proxy-security-overview) white paper.
1616

1717
<div className="box-wrapper" markdown="1">
1818
<div className="box box1 card">
1919
<div className="container">
20-
<h3><a href="/secure-connections/sauce-connect-5">Sauce Connect Proxy Overview</a></h3>
21-
<p>Learn about Sauce Connect Proxy and why we recommend it over allowlisting individual IP addresses.</p>
20+
<h3><a href="/secure-connections/sauce-connect-5">Sauce Connect Overview</a></h3>
21+
<p>Learn about Sauce Connect and why we recommend it over allowlisting individual IP addresses.</p>
2222
</div>
2323
</div>
2424
<div className="box box2 card">
2525
<div className="container">
2626
<h3><a href="/secure-connections/sauce-connect-5/quickstart/">Quickstart</a></h3>
27-
<p>Learn how to launch a basic Sauce Connect Proxy tunnel configuration. Once you’re connected, use our code samples to run your first test.</p>
27+
<p>Follow our step-by-step instructions to quickly set up and launch Sauce Connect.</p>
2828
</div>
2929
</div>
3030
<div className="box box3 card">
3131
<div className="container">
3232
<h3><a href="/dev/cli/sauce-connect-5">CLI Reference</a></h3>
33-
<p>Learn how to use our CLI flags to communicate with the Sauce Labs cloud from your private network.</p>
33+
<p>Learn how to use CLI flags to configure Sauce Connect.</p>
3434
</div>
3535
</div>
3636
<div className="box box4 card">
3737
<div className="container">
3838
<h3><a href="/secure-connections/sauce-connect-5/guides/ci-cd-integration">CI/CD Integration</a></h3>
39-
<p>Streamline your Sauce Connect Proxy automated functional testing by integrating your preferred build provider with Sauce Labs.</p>
39+
<p>Integrate Sauce Connect with your CI/CD pipeline to enable seamless, automated functional testing behind your firewall.</p>
4040
</div>
4141
</div>
4242
<div className="box box5 card">
@@ -48,7 +48,7 @@ See our [Sauce Connect Proxy Security Overview](https://saucelabs.com/resources/
4848
<div className="box box6 card">
4949
<div className="container">
5050
<h3><a href="/secure-connections/sauce-connect-5/guides/tunnel-pool/">Tunnel Pool Setup</a></h3>
51-
<p>Set up a high volume of tests to run parallel through multiple Sauce Connect Proxy tunnels to save time.</p>
51+
<p>Run high volumes of parallel tests efficiently by configuring multiple Sauce Connect tunnels in a pool.</p>
5252
</div>
5353
</div>
5454
</div>
@@ -86,31 +86,31 @@ Sauce IPSec Proxy establishes a VPN connection between two IPSec gateways, and a
8686

8787
## Choosing the Right Solution
8888

89-
Sauce Connect Proxy and Sauce IPSec Proxy accomplish the same thing: establish a secure connection between apps hosted on your private network and Sauce Labs cloud virtual machines and real devices. The main differences are:
89+
Sauce Connect and Sauce IPSec Proxy accomplish the same thing: establish a secure connection between apps hosted on your private network and Sauce Labs cloud virtual machines and real devices. The main differences are:
9090

9191
<table>
9292
<tr>
93-
<td><strong>Sauce Connect Proxy</strong></td>
93+
<td><strong>Sauce Connect</strong></td>
9494
<td><strong>Sauce IPSec Proxy</strong></td>
9595
</tr>
9696
<tr>
97-
<td>By default, the Sauce Connect Proxy client starts a single tunnel. For high-volume testing, we recommend High Availability tunnel pools, which you can launch using designated <a href="/dev/cli/sauce-connect-proxy">Sauce Connect Proxy command-line options</a>.</td>
97+
<td>By default, the Sauce Connect client starts a single tunnel. For high-volume testing, we recommend High Availability tunnel pools, which you can launch using designated <a href="/secure-connections/sauce-connect-5/guides/tunnel-pool/">Sauce Connect options</a>.</td>
9898
<td>Sauce IPSec Proxy is a static setup with two tunnel gateways that are pre-configured in High Availability mode.</td>
9999
</tr>
100100
<tr>
101101
<td>You can manage tunnel lifespan by launching different types of tunnels: ephemeral (per-build) tunnels or long-running tunnels.</td>
102102
<td>Sauce IPSec Proxy tunnels are long-running, by default.</td>
103103
</tr>
104104
<tr>
105-
<td>Sauce Connect Proxy client (binary) runs within your network to establish the tunnels, which use proprietary protocol over TLS 1.2.</td>
105+
<td>Sauce Connect client (binary) runs within your network to establish the tunnels, which use proprietary protocol over TLS 1.2.</td>
106106
<td>Sauce IPSec Proxy tunnels use industry standards to establish connection and offer two options for routing traffic to sites and apps under test.</td>
107107
</tr>
108108
<tr>
109109
<td>Available to all Sauce Labs accountholders at no additional cost.</td>
110110
<td><a href="https://saucelabs.com/pricing">Enterprise Plans</a> only.</td>
111111
</tr>
112112
<tr>
113-
<td>Regardless of your license type (free-trial, self-serve, enterprise), you can download and use Sauce Connect Proxy.</td>
113+
<td>Regardless of your license type (free-trial, self-serve, enterprise), you can download and use Sauce Connect.</td>
114114
<td>Requires a custom setup between your network and the Sauce Labs cloud prior to use.</td>
115115
</tr>
116116
<tr>

0 commit comments

Comments
 (0)