Skip to content

Commit 5dcd3fe

Browse files
Change SSL to TLS.
1 parent 824acdd commit 5dcd3fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/blockchain/service/configure-transaction-nodes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ To view a transaction node's endpoint details:
5050

5151
![Endpoints](./media/configure-transaction-nodes/endpoints.png)
5252

53-
Transaction node endpoints are secure and require authentication. You can connect to a transaction endpoint using Azure AD authentication, HTTPS basic authentication, and using an access key over HTTPS or Websocket over SSL.
53+
Transaction node endpoints are secure and require authentication. You can connect to a transaction endpoint using Azure AD authentication, HTTPS basic authentication, and using an access key over HTTPS or Websocket over TLS.
5454

5555
### Azure Active Directory access control
5656

articles/blockchain/service/data-security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ User data is stored in Azure storage. User data is encrypted in motion and at re
2323

2424
## Authentication
2525

26-
Transactions can be sent to blockchain nodes via an RPC endpoint. Clients communicate with a transaction node using a reverse proxy server that handles user authentication and encrypts data over SSL.
26+
Transactions can be sent to blockchain nodes via an RPC endpoint. Clients communicate with a transaction node using a reverse proxy server that handles user authentication and encrypts data over TLS.
2727

2828
![Authentication diagram](./media/data-security/authentication.png)
2929

0 commit comments

Comments
 (0)