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
## <aname="TLS policies"></a>What TLS policies are configured on VPN gateways for P2S?
127
+
**TLS**
128
+
129
+
|**Policies**|
130
+
|---|
131
+
|TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 |
132
+
|TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 |
133
+
|TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 |
134
+
|TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 |
135
+
|TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 |
136
+
|TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384 |
137
+
|TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 |
138
+
|TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384 |
139
+
|TLS_RSA_WITH_AES_128_GCM_SHA256 |
140
+
|TLS_RSA_WITH_AES_256_GCM_SHA384 |
141
+
|TLS_RSA_WITH_AES_128_CBC_SHA256 |
142
+
|TLS_RSA_WITH_AES_256_CBC_SHA256 |
143
+
144
+
145
+
146
+
85
147
## <aname="configure"></a>How do I configure a P2S connection?
86
148
87
149
A P2S configuration requires quite a few specific steps. The following articles contain the steps to walk you through P2S configuration, and links to configure the VPN client devices:
0 commit comments