You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by ma...@apache.org on 2020/02/05 11:15:51 UTC

svn commit: r1873626 - /gump/live/python/gump/actor/mvnrepoproxy/proxycontrol.py

Author: markt
Date: Wed Feb  5 11:15:51 2020
New Revision: 1873626

URL: http://svn.apache.org/viewvc?rev=1873626&view=rev
Log:
Another place where the we appear to need https

Modified:
    gump/live/python/gump/actor/mvnrepoproxy/proxycontrol.py

Modified: gump/live/python/gump/actor/mvnrepoproxy/proxycontrol.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/actor/mvnrepoproxy/proxycontrol.py?rev=1873626&r1=1873625&r2=1873626&view=diff
==============================================================================
--- gump/live/python/gump/actor/mvnrepoproxy/proxycontrol.py (original)
+++ gump/live/python/gump/actor/mvnrepoproxy/proxycontrol.py Wed Feb  5 11:15:51 2020
@@ -52,7 +52,7 @@ SNAPSHOT_PROXIES = [
 #  repo.  Each name has to be unique as has to be the combination of
 #  prefix and URL (i.e. each prefix must uniquely map to a real URL)
 PROXY_CONFIG = [
-    ('central', '/maven2', 'http\://repo1.maven.org'),
+    ('central', '/maven2', 'https\://repo1.maven.org'),
     SNAPSHOT_PROXIES[0],
     ('maven2-repository.dev.java.net', '/maven/2', 'http\://download.java.net'),
     ('m2.dev.java.net', '/maven/2', 'http\://download.java.net'),