Skip to content

Commit 199085f

Browse files
committed
fix confusing para
1 parent 601beab commit 199085f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/server-admin-4.2/modules/operator/pages/circleci-server-security-features.adoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,12 @@ A few different external services and technology integration points touch Circle
3737
[#web-sockets]
3838
=== Web sockets
3939

40-
CircleCI uses link:https://pusher.com/[Pusher] client libraries for WebSocket communication between the server and the browser. For installs, CircleCI uses an internal server called Slanger, so Pusher servers have no access to your instance of CircleCI, nor your source control system. This is how CircleCI, for instance, updates the builds list dynamically, or show the output of a build line-by-line as it occurs. CircleCI sends build status and lines of your build output through the web socket server (which unless you have configured your installation to run without SSL is done using the same certs over SSL), so it is encrypted in transit.
40+
CircleCI uses link:https://pusher.com/[Pusher] client libraries for WebSocket communication between the server and the browser for jobs such as:
41+
42+
* Updating builds lists dynamically.
43+
* Displaying the output of a build line-by-line as it occurs.
44+
45+
For CircleCI server installations, we use an internal server called Slanger, so Pusher servers have no access to your instance of CircleCI, nor your source control system. CircleCI sends build status and build output through the web socket server. Unless you have configured your installation to run without SSL, this is done using the same certs over SSL, so it is encrypted in transit.
4146

4247
[#source-control-systems]
4348
=== Source control systems

0 commit comments

Comments
 (0)