You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/orleans/host/transport-layer-security.md
+5-12Lines changed: 5 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
---
2
-
title: Transport Layer Security (TLS)
3
-
description: Learn how to configure Transport Layer Security (TLS) in .NET Orleans to secure network communication between hosts.
2
+
title: Orleans Transport Layer Security (TLS)
3
+
description: Learn how to configure Transport Layer Security (TLS) and mutual TLS (mTLS) in .NET Orleans to secure network communication between hosts.
4
4
ms.date: 10/28/2025
5
5
ms.topic: how-to
6
6
ai-usage: ai-assisted
7
7
---
8
8
9
-
# Transport Layer Security (TLS)
9
+
# Orleans Transport Layer Security (TLS)
10
10
11
-
Transport Layer Security (TLS) is a cryptographic protocol that secures network communication between Orleans silos and clients. Configure TLS to implement mutual authentication and encrypt data in transit, protecting your Orleans deployment from unauthorized access and eavesdropping.
11
+
Transport Layer Security (TLS) is a cryptographic protocol that secures network communication between Orleans silos and clients. Configure TLS to implement mutual authentication (mTLS) and encrypt data in transit, protecting your Orleans deployment from unauthorized access and eavesdropping.
12
12
13
13
## Prerequisites
14
14
@@ -28,7 +28,6 @@ To enable TLS on an Orleans silo, use the <xref:Orleans.Hosting.OrleansConnectio
28
28
The following example shows how to configure TLS using a certificate from the Windows certificate store:
For development and testing, you might need to use self-signed certificates. The following example shows how to configure TLS with relaxed validation for development:
For production deployments, you might need more control over certificate validation and protocol selection. The following example demonstrates advanced TLS configuration:
0 commit comments