Skip to content

Commit 392d3bf

Browse files
committed
Simplify Connect firewall requirements
As there's no real distinction between authenticated and unauthenticated requests to the Connect API (aside from a one or two extra HTTP headers) from the perspective of a network administrator, combine those into a single list item.
1 parent 96f1aa5 commit 392d3bf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

documentation/asciidoc/services/connect/troubleshooting.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,7 @@ If Connect can communicate properly on your network, you should see output simil
8282

8383
If Connect can't communicate properly on your network, you'll see an "x" instead of a check next to the failing test case. Ask your network administrator to enable the following connections on your network:
8484

85-
* unauthenticated HTTPS requests to the Raspberry Pi Connect API on port 443 of `api.connect.raspberrypi.com`
86-
* authenticated requests to the Raspberry Pi Connect API on port 443 of `api.connect.raspberrypi.com`
85+
* HTTPS requests to the Raspberry Pi Connect API on port 443 of `api.connect.raspberrypi.com`
8786
* requests to Raspberry Pi Connect STUN or TURN servers on UDP port 3478 of all of the following:
8887
** `stun.raspberrypi.com`
8988
** `turn1.raspberrypi.com`

0 commit comments

Comments
 (0)