diff --git a/app/views/pages/home.html.haml b/app/views/pages/home.html.haml
index b945979..4b0adeb 100644
--- a/app/views/pages/home.html.haml
+++ b/app/views/pages/home.html.haml
@@ -1,6 +1,6 @@
- title 'Bike!Bike!'
- if @conference
- = render 'conferences/header'
+ -#= render 'conferences/header'
-#%section
-# .row
diff --git a/config/environments/development.rb b/config/environments/development.rb
index 1f6a634..15a75cd 100644
--- a/config/environments/development.rb
+++ b/config/environments/development.rb
@@ -1,6 +1,6 @@
#require 'perftools'
-OpenSSL::SSL::VERIFY_PEER = OpenSSL::SSL::VERIFY_NONE
+#OpenSSL::SSL::VERIFY_PEER = OpenSSL::SSL::VERIFY_NONE
BikeBike::Application.configure do
# Settings specified here will take precedence over those in config/application.rb.