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 e4153c3 commit 43d316dCopy full SHA for 43d316d
shared/src/jvmMain/kotlin/dev/suresh/http/HttpClient.jvm.kt
@@ -9,7 +9,7 @@ import nl.altindag.ssl.SSLFactory
9
10
val log = KotlinLogging.logger {}
11
12
-val customSSLFactory by lazy {
+val customSSLFactory: SSLFactory by lazy {
13
log.info { "Initializing TLS context with custom RootCAs..." }
14
log.info { "Root CAs: ${RootCA.commonNames}" }
15
SSLFactory.builder()
0 commit comments