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 1368c6f + 33de750 commit 05c9bed
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 @@ -147,7 +147,7 @@ private fun buildUnsafeClient(): OkHttpClient {
val sslSocketFactory = sslContext.socketFactory
return OkHttpClient.Builder()
.sslSocketFactory(sslSocketFactory, trustAllCerts[0] as X509TrustManager)
.hostnameVerifier { _, _ -> true }
.hostnameVerifier { _, _ -> true } //NOSONAR User is fully responsible for this functionality to take place
.setupClient()
.build()
}
Expand Down

0 comments on commit 05c9bed

Please sign in to comment.