We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7fb775 commit 668c193Copy full SHA for 668c193
Sources/AsyncHTTPClient/NIOTransportServices/TLSConfiguration.swift
@@ -121,11 +121,6 @@ extension TLSConfiguration {
121
}
122
123
124
- // the certificate chain
125
- if self.certificateChain.count > 0 {
126
- preconditionFailure("TLSConfiguration.certificateChain is not supported. \(useMTELGExplainer)")
127
- }
128
-
129
// cipher suites
130
if self.cipherSuites.count > 0 {
131
// TODO: Requires NIOSSL to provide list of cipher values before we can continue
0 commit comments