Skip to content

Commit

Permalink
Merge branch 'private-release/v2.0.2' into zowe-release/v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
KUGDev committed Jan 9, 2025
2 parents 05c9bed + f4f405f commit 4bd2991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/org/zowe/explorer/api/ZosmfApiImpl.kt
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ private fun OkHttpClient.Builder.setupClient(): OkHttpClient.Builder {
}
}
.connectionSpecs(
mutableListOf(ConnectionSpec.MODERN_TLS, ConnectionSpec.COMPATIBLE_TLS, ConnectionSpec.CLEARTEXT)
mutableListOf(ConnectionSpec.MODERN_TLS, ConnectionSpec.COMPATIBLE_TLS, ConnectionSpec.CLEARTEXT) //NOSONAR User is fully responsible for this functionality to take place
)
}

Expand Down

0 comments on commit 4bd2991

Please sign in to comment.