Skip to content

Commit c7a849a

Browse files
stayseesongmarkzegarelli
authored andcommitted
changed to SSL/TLS
(cherry picked from commit 9d15b64)
1 parent 2262e81 commit c7a849a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/connections/storage/catalog/db2/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,5 +95,5 @@ Segment recommends you to create a unique User for the Segment Db2 Warehouse
9595
connection to your Db2 Warehouse instance so that you can manage permissions
9696
separately.
9797

98-
### SSL
99-
Always require SSL and make sure your data warehouse can only accept secure connections. Segment only connects to your data warehouse using SSL.
98+
### SSL/TLS
99+
Always require SSL/TLS and make sure your data warehouse can only accept secure connections. Segment only connects to your data warehouse using SSL/TLS.

src/connections/storage/catalog/postgres/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ To make sure your Postgres database is secure:
358358
- Log in with a user that has read and write permissions so that Segment can write to your database.
359359
- Whitelist the Segment IP (`52.25.130.38/32`). Otherwise, Segment won't be able to load your data.
360360
- Create a service user that has `read/write` permissions.
361-
- Always require SSL and make sure your data warehouse can only accept secure connections. Segment only connects to your data warehouse using SSL.
361+
- Always require SSL/TLS and make sure your data warehouse can only accept secure connections. Segment only connects to your data warehouse using SSL/TLS.
362362
363363
## Best Practices
364364

src/connections/storage/catalog/redshift/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ After creating a Redshift warehouse, the next step is to connect Segment:
6969
### VPC
7070
VPCs keep servers inaccessible to traffic from the internet. With VPC, you're able to designate specific web servers access to your servers. In this case, you will be whitelisting the [Segment IPs](/docs/connections/storage/warehouses/faq#which-ips-should-i-whitelist) to write to your data warehouse.
7171

72-
### SSL
73-
Always require SSL and make sure your data warehouse can only accept secure connections. Segment only connects to your data warehouse using SSL.
72+
### SSL/TLS
73+
Always require SSL/TLS and make sure your data warehouse can only accept secure connections. Segment only connects to your data warehouse using SSL/TLS.
7474

7575
## Best practices
7676

0 commit comments

Comments
 (0)