about summary refs log tree commit homepage
path: root/archive
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-10-31 20:13:40 +0000
committerEric Wong <e@80x24.org>2016-10-31 20:14:33 +0000
commit4932b06f13912f371ea2b3d06daf0f6ea3c9271c (patch)
tree8aff39a727f813c5de257d75712f073262bc9425 /archive
parentf8991f78c4b19e6bb85bc31580589d202b43298d (diff)
downloadrainbows-4932b06f13912f371ea2b3d06daf0f6ea3c9271c.tar.gz
Let's Encrypt is working well for us and having fewer domains
reduces subjectAltName bloat to speed up connection
establishment

HTTP will remain working indefinitely since some old systems
do not have modern TLS stacks.
Diffstat (limited to 'archive')
-rw-r--r--archive/rfmig.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/archive/rfmig.rb b/archive/rfmig.rb
index 2569c96..a7d31e5 100644
--- a/archive/rfmig.rb
+++ b/archive/rfmig.rb
@@ -2,7 +2,7 @@
 require 'find'
 require 'fileutils'
 rfdir = 'rubyforge.org:/var/www/gforge-projects/rainbows/'
-newbase = 'http://rainbows.bogomips.org/'
+newbase = 'https://bogomips.org/rainbows/'
 refresh = '<meta http-equiv="refresh" content="0; url=%s" />'
 old = 'rf.old'
 new = 'rf.new'