[ARVADOS] updated: 52cbd3bc6d8b7b2fe0735cb8ccd6e57c89c8d797

git at public.curoverse.com git at public.curoverse.com
Wed Mar 26 14:59:03 EDT 2014


Summary of changes:
 services/api/script/rails |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

       via  52cbd3bc6d8b7b2fe0735cb8ccd6e57c89c8d797 (commit)
      from  df4897f1390e58825dd8afcc053955c6d3894169 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 52cbd3bc6d8b7b2fe0735cb8ccd6e57c89c8d797
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Wed Mar 26 14:58:57 2014 -0400

    Fixes "sec_error_reused_issuer_and_serial" SSL error in Firefox.

diff --git a/services/api/script/rails b/services/api/script/rails
index 2167b04..04550e8 100755
--- a/services/api/script/rails
+++ b/services/api/script/rails
@@ -21,11 +21,11 @@ module Rails
                 :config => File.expand_path("config.ru"),
                 :SSLEnable => true,
                 :SSLVerifyClient => OpenSSL::SSL::VERIFY_NONE,
-                :SSLCertName => [["CN", WEBrick::Utils::getservername]]
+                :SSLCertName => [["CN", "#{WEBrick::Utils::getservername} #{Time.now().to_s}"]]
             })
         end
     end
-end 
+end
 ######### /SSL
 
 

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list