You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by gg...@apache.org on 2017/03/15 07:26:58 UTC

[2/2] karaf git commit: [KARAF-5026] Turn on certificate validation for Maven HTTPS repositories by default

[KARAF-5026] Turn on certificate validation for Maven HTTPS repositories by default


Project: http://git-wip-us.apache.org/repos/asf/karaf/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/095e6f11
Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/095e6f11
Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/095e6f11

Branch: refs/heads/master
Commit: 095e6f11e83615ec81cf107ccc92ac2fa503fa8b
Parents: cfa213a
Author: Grzegorz Grzybek <gr...@gmail.com>
Authored: Tue Mar 14 12:12:33 2017 +0100
Committer: Grzegorz Grzybek <gr...@gmail.com>
Committed: Wed Mar 15 08:26:38 2017 +0100

----------------------------------------------------------------------
 .../src/main/resources/resources/etc/org.ops4j.pax.url.mvn.cfg     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/095e6f11/assemblies/features/base/src/main/resources/resources/etc/org.ops4j.pax.url.mvn.cfg
----------------------------------------------------------------------
diff --git a/assemblies/features/base/src/main/resources/resources/etc/org.ops4j.pax.url.mvn.cfg b/assemblies/features/base/src/main/resources/resources/etc/org.ops4j.pax.url.mvn.cfg
index f8b8ca8..fc8376b 100644
--- a/assemblies/features/base/src/main/resources/resources/etc/org.ops4j.pax.url.mvn.cfg
+++ b/assemblies/features/base/src/main/resources/resources/etc/org.ops4j.pax.url.mvn.cfg
@@ -24,7 +24,7 @@
 # If set to true, the following property will not allow any certificate to be used
 # when accessing Maven repositories through SSL
 #
-#org.ops4j.pax.url.mvn.certificateCheck=
+org.ops4j.pax.url.mvn.certificateCheck=true
 
 #
 # Path to the local Maven settings file.