Revert "Build: Remove allowUntrustedServer & allowInsecureProtocol"

This revert is temporary and it should be returned after fix of problem
  with public TC configurations
This commit is contained in:
Dmitriy Novozhilov
2022-02-28 10:56:04 +03:00
parent 157db778fd
commit 324e4bf254
+4
View File
@@ -82,6 +82,10 @@ buildCache {
credentials.username = buildProperties.buildCacheUser
credentials.password = buildProperties.buildCachePassword
}
// ADM-44444
allowUntrustedServer = true
allowInsecureProtocol = true
}
}
}