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: Sources/FoundationNetworking/URLSession/libcurl/EasyHandle.swift
+7-50Lines changed: 7 additions & 50 deletions
Original file line number
Diff line number
Diff line change
@@ -221,65 +221,22 @@ extension _EasyHandle {
221
221
}
222
222
return
223
223
}else{
224
-
// When no certificate file has been specified, assemble all the certificate files
225
-
// from the Android certificate store and writes them to a single `cacerts.pem` file
226
-
//
227
-
// See https://android.googlesource.com/platform/frameworks/base/+/8b192b19f264a8829eac2cfaf0b73f6fc188d933%5E%21/#F0
228
-
229
-
// See https://github.com/apple/swift-nio-ssl/blob/d1088ebe0789d9eea231b40741831f37ab654b61/Sources/NIOSSL/AndroidCABundle.swift#L30
224
+
// When no certificate file has been specified, check the default Android locations
225
+
// like at https://github.com/apple/swift-nio-ssl/blob/main/Sources/NIOSSL/AndroidCABundle.swift
0 commit comments