From: Tom Hughes Date: Sat, 10 Feb 2018 18:02:05 +0000 (+0000) Subject: Convert various URLs to https X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/3fea78e419b07ef7cf57bc5ded1d65cbf679e702?ds=sidebyside Convert various URLs to https --- diff --git a/cookbooks/dev/files/default/ooc/openlayers/OOC.js b/cookbooks/dev/files/default/ooc/openlayers/OOC.js index e84251e49..10496a4f8 100644 --- a/cookbooks/dev/files/default/ooc/openlayers/OOC.js +++ b/cookbooks/dev/files/default/ooc/openlayers/OOC.js @@ -22,9 +22,9 @@ OpenLayers.Layer.NPE = OpenLayers.Class(OpenLayers.Layer.XYZ, { */ initialize: function(name, options) { var url = [ - "http://a.ooc.openstreetmap.org/npe/${z}/${x}/${y}.png", - "http://b.ooc.openstreetmap.org/npe/${z}/${x}/${y}.png", - "http://c.ooc.openstreetmap.org/npe/${z}/${x}/${y}.png" + "https://a.ooc.openstreetmap.org/npe/${z}/${x}/${y}.png", + "https://b.ooc.openstreetmap.org/npe/${z}/${x}/${y}.png", + "https://c.ooc.openstreetmap.org/npe/${z}/${x}/${y}.png" ]; options = OpenLayers.Util.extend({ numZoomLevels: 16, @@ -57,9 +57,9 @@ OpenLayers.Layer.OS7 = OpenLayers.Class(OpenLayers.Layer.XYZ, { */ initialize: function(name, options) { var url = [ - "http://a.ooc.openstreetmap.org/os7/${z}/${x}/${y}.jpg", - "http://b.ooc.openstreetmap.org/os7/${z}/${x}/${y}.jpg", - "http://c.ooc.openstreetmap.org/os7/${z}/${x}/${y}.jpg" + "https://a.ooc.openstreetmap.org/os7/${z}/${x}/${y}.jpg", + "https://b.ooc.openstreetmap.org/os7/${z}/${x}/${y}.jpg", + "https://c.ooc.openstreetmap.org/os7/${z}/${x}/${y}.jpg" ]; options = OpenLayers.Util.extend({ numZoomLevels: 15, @@ -92,9 +92,9 @@ OpenLayers.Layer.OS1 = OpenLayers.Class(OpenLayers.Layer.XYZ, { */ initialize: function(name, options) { var url = [ - "http://a.ooc.openstreetmap.org/os1/${z}/${x}/${y}.jpg", - "http://b.ooc.openstreetmap.org/os1/${z}/${x}/${y}.jpg", - "http://c.ooc.openstreetmap.org/os1/${z}/${x}/${y}.jpg" + "https://a.ooc.openstreetmap.org/os1/${z}/${x}/${y}.jpg", + "https://b.ooc.openstreetmap.org/os1/${z}/${x}/${y}.jpg", + "https://c.ooc.openstreetmap.org/os1/${z}/${x}/${y}.jpg" ]; options = OpenLayers.Util.extend({ numZoomLevels: 18, @@ -127,9 +127,9 @@ OpenLayers.Layer.NPEScotland = OpenLayers.Class(OpenLayers.Layer.XYZ, { */ initialize: function(name, options) { var url = [ - "http://a.ooc.openstreetmap.org/npescotland/${z}/${x}/${y}.jpg", - "http://b.ooc.openstreetmap.org/npescotland/${z}/${x}/${y}.jpg", - "http://c.ooc.openstreetmap.org/npescotland/${z}/${x}/${y}.jpg" + "https://a.ooc.openstreetmap.org/npescotland/${z}/${x}/${y}.jpg", + "https://b.ooc.openstreetmap.org/npescotland/${z}/${x}/${y}.jpg", + "https://c.ooc.openstreetmap.org/npescotland/${z}/${x}/${y}.jpg" ]; options = OpenLayers.Util.extend({ numZoomLevels: 16, diff --git a/cookbooks/dev/templates/default/rails.setup.rb.erb b/cookbooks/dev/templates/default/rails.setup.rb.erb index d42408f9e..1539fb7e6 100644 --- a/cookbooks/dev/templates/default/rails.setup.rb.erb +++ b/cookbooks/dev/templates/default/rails.setup.rb.erb @@ -12,7 +12,7 @@ OpenStreetMap::Application.config.after_initialize do unless id = webmaster.client_applications.find_by_name("iD") id = webmaster.client_applications.new id.name = "iD" - id.url = "http://<%= @site %>/" + id.url = "https://<%= @site %>/" ClientApplication.all_permissions.each { |p| id[p] = true } id.save! end @@ -22,7 +22,7 @@ OpenStreetMap::Application.config.after_initialize do unless potlatch = webmaster.client_applications.find_by_name("Potlatch 2") potlatch = webmaster.client_applications.new potlatch.name = "Potlatch 2" - potlatch.url = "http://<%= @site %>/" + potlatch.url = "https://<%= @site %>/" ClientApplication.all_permissions.each { |p| potlatch[p] = true } potlatch.save! end @@ -32,7 +32,7 @@ OpenStreetMap::Application.config.after_initialize do unless website = webmaster.client_applications.find_by_name("Web Site") website = webmaster.client_applications.new website.name = "Web Site" - website.url = "http://<%= @site %>/" + website.url = "https://<%= @site %>/" ClientApplication.all_permissions.each { |p| website[p] = true } website.save! end diff --git a/cookbooks/mediawiki/templates/default/mediawiki.cron.erb b/cookbooks/mediawiki/templates/default/mediawiki.cron.erb index 5e4bf532d..409676c1c 100644 --- a/cookbooks/mediawiki/templates/default/mediawiki.cron.erb +++ b/cookbooks/mediawiki/templates/default/mediawiki.cron.erb @@ -1,5 +1,5 @@ -10 1 * * * <%= @user %> nice php -d memory_limit=1024M -d error_reporting=22517 <%= @directory %>/w/maintenance/generateSitemap.php --server="http://<%= @name %>" --urlpath="http://<%= @name %>/" --fspath="<%= @directory %>" --quiet -0,10,20,40 * * * * www-data nice php -d memory_limit=1024M -d error_reporting=22517 <%= @directory %>/w/maintenance/runJobs.php --server="http://<%= @name %>" --maxtime=300 --memory-limit=1024M --quiet -35,55 * * * * www-data nice php -d memory_limit=1024M -d error_reporting=22517 <%= @directory %>/w/maintenance/runJobs.php --server="http://<%= @name %>" --maxtime=60 --type=enotifNotify --memory-limit=1024M --quiet +10 1 * * * <%= @user %> nice php -d memory_limit=1024M -d error_reporting=22517 <%= @directory %>/w/maintenance/generateSitemap.php --server="https://<%= @name %>" --urlpath="https://<%= @name %>/" --fspath="<%= @directory %>" --quiet +0,10,20,40 * * * * www-data nice php -d memory_limit=1024M -d error_reporting=22517 <%= @directory %>/w/maintenance/runJobs.php --server="https://<%= @name %>" --maxtime=300 --memory-limit=1024M --quiet +35,55 * * * * www-data nice php -d memory_limit=1024M -d error_reporting=22517 <%= @directory %>/w/maintenance/runJobs.php --server="https://<%= @name %>" --maxtime=60 --type=enotifNotify --memory-limit=1024M --quiet 10 2 * * * www-data find /tmp/ -maxdepth 1 -type f -user www-data -mmin +90 -name 'gs_*' -delete 10 2 * * * www-data find /tmp/ -maxdepth 1 -type f -user www-data -mmin +90 -name 'magick-*' -delete diff --git a/cookbooks/planet/files/default/cgi/HEADER.cgi b/cookbooks/planet/files/default/cgi/HEADER.cgi index 03395beb1..f32409a3b 100644 --- a/cookbooks/planet/files/default/cgi/HEADER.cgi +++ b/cookbooks/planet/files/default/cgi/HEADER.cgi @@ -122,8 +122,8 @@ database, and those published before the 12 September 2012 are distributed under

The complete planet is very large, so you may prefer to use one of several periodic extracts - (individual countries or states) from third parties. GeoFabrik.de - and BBBike.org are two providers + (individual countries or states) from third parties. GeoFabrik.de + and BBBike.org are two providers of extracts with up-to-date worldwide coverage.

diff --git a/cookbooks/planet/templates/default/planet-mirror-redirect-update.erb b/cookbooks/planet/templates/default/planet-mirror-redirect-update.erb index 06f698b3f..eb8ded7d4 100644 --- a/cookbooks/planet/templates/default/planet-mirror-redirect-update.erb +++ b/cookbooks/planet/templates/default/planet-mirror-redirect-update.erb @@ -10,7 +10,7 @@ $_YEAR = date('Y'); $_PLANET_FOLDER = '<%= node[:planet][:dump][:xml_directory] %>/'.$_YEAR.'/'; $_PLANET_REGEX = "/^(planet|changesets)\-\d{6}(\-nolt)?\.osm\.(bz2|gz)$/"; -$_MIRROR = 'http://ftp.heanet.ie/mirrors/openstreetmap.org/planet/'.$_YEAR.'/'; +$_MIRROR = 'https://ftp.heanet.ie/mirrors/openstreetmap.org/planet/'.$_YEAR.'/'; $_PLANET_HTACCESS = realpath('<%= node[:planet][:dump][:xml_directory] %>/..').'/.htaccess'; function _MIRROR_FILE_SIZE($url) { @@ -41,7 +41,7 @@ if (is_dir($_PLANET_FOLDER)) { echo 'Adding: '.$file."\n"; fwrite($htaccess_handle, 'RewriteRule'."\t". '^('.$file_slashed.')$'."\t". - 'http://ftp.heanet.ie/mirrors/openstreetmap.org/$1'."\t". + 'https://ftp.heanet.ie/mirrors/openstreetmap.org/$1'."\t". '[R,L]'."\n"); } } diff --git a/cookbooks/supybot/templates/default/git.conf.erb b/cookbooks/supybot/templates/default/git.conf.erb index 6c451bf78..1eb0dfa57 100644 --- a/cookbooks/supybot/templates/default/git.conf.erb +++ b/cookbooks/supybot/templates/default/git.conf.erb @@ -5,7 +5,7 @@ short name = osm-website url = git://git.openstreetmap.org/rails.git branch = master -commit link = http://git.osm.org/rails.git/commitdiff/%c +commit link = https://git.osm.org/rails.git/commitdiff/%c channels = #osm-dev commit message = [%s|%b|%a] %m %l @@ -19,7 +19,7 @@ channels = #osm-dev short name = osm-chef-public url = git://git.openstreetmap.org/chef.git branch = master -commit link = http://git.osm.org/chef.git/commitdiff/%c +commit link = https://git.osm.org/chef.git/commitdiff/%c channels = #osm-dev commit message = [%s|%b|%a] %m %l @@ -27,7 +27,7 @@ commit message = [%s|%b|%a] %m %l short name = osm-cgimap url = git://git.openstreetmap.org/cgimap.git branch = master -commit link = http://git.osm.org/cgimap.git/commitdiff/%c +commit link = https://git.osm.org/cgimap.git/commitdiff/%c channels = #osm-dev commit message = [%s|%b|%a] %m %l @@ -35,7 +35,7 @@ commit message = [%s|%b|%a] %m %l short name = osm-dns url = git://git.openstreetmap.org/dns.git branch = master -commit link = http://git.osm.org/dns.git/commitdiff/%c +commit link = https://git.osm.org/dns.git/commitdiff/%c channels = #osm-dev commit message = [%s|%b|%a] %m %l @@ -43,7 +43,7 @@ commit message = [%s|%b|%a] %m %l short name = osm-potlatch2 url = git://git.openstreetmap.org/potlatch2.git branch = master -commit link = http://git.osm.org/potlatch2.git/commitdiff/%c +commit link = https://git.osm.org/potlatch2.git/commitdiff/%c channels = #osm-dev commit message = [%s|%b|%a] %m %l @@ -51,7 +51,7 @@ commit message = [%s|%b|%a] %m %l short name = osm-gpx-import url = git://git.openstreetmap.org/gpx-import.git branch = master -commit link = http://git.osm.org/gpx-import.git/commitdiff/%c +commit link = https://git.osm.org/gpx-import.git/commitdiff/%c channels = #osm-dev commit message = [%s|%b|%a] %m %l @@ -59,7 +59,7 @@ commit message = [%s|%b|%a] %m %l short name = osm-nominatim url = git://git.openstreetmap.org/nominatim.git branch = master -commit link = http://git.osm.org/nominatim.git/commitdiff/%c +commit link = https://git.osm.org/nominatim.git/commitdiff/%c channels = #osm-dev commit message = [%s|%b|%a] %m %l @@ -67,7 +67,7 @@ commit message = [%s|%b|%a] %m %l short name = osm-planetdump url = git://git.openstreetmap.org/planetdump.git branch = master -commit link = http://git.osm.org/planetdump.git/commitdiff/%c +commit link = https://git.osm.org/planetdump.git/commitdiff/%c channels = #osm-dev commit message = [%s|%b|%a] %m %l