File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -113,12 +113,16 @@ For TLS 1.2/1.3 the following cipher suites are supported:
113
113
114
114
- TLS_AES_256_GCM_SHA384 (TLS 1.3 only)
115
115
- TLS_AES_128_GCM_SHA256 (TLS 1.3 only)
116
- - TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
117
116
- TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
118
- - TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384
117
+ - TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
119
118
- TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256
120
- - TLS_DHE_RSA_WITH_AES_256_GCM_SHA384
119
+ - TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384
120
+ - TLS_RSA_WITH_AES_256_GCM_SHA384
121
+ - TLS_RSA_WITH_AES_128_GCM_SHA256
122
+ - TLS_RSA_WITH_AES_256_CBC_SHA256
123
+ - TLS_RSA_WITH_AES_128_CBC_SHA256
121
124
- TLS_DHE_RSA_WITH_AES_128_GCM_SHA256
125
+ - TLS_DHE_RSA_WITH_AES_256_GCM_SHA384
122
126
123
127
Azure Front Door doesn’t support disabling or configuring specific cipher suites for your profile.
124
128
You can’t perform that action at this time.
0 commit comments