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
description: 'Endpoints that offer only a specific weak or legacy cipher suite (over TLS 1.2), to test how your client handles it. A well-configured client should refuse to connect.'
135
135
};
136
136
137
+
exportconsttlsClientAuth: EndpointGroup={
138
+
id: 'client-auth',
139
+
name: 'Client Authentication',
140
+
description: 'Endpoints that require the client to present a certificate (mutual TLS).'
0 commit comments