diff options
-rw-r--r-- | config/environments/development.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/environments/development.rb b/config/environments/development.rb index 9ff9476..adde3ba 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -28,4 +28,8 @@ LeapWeb::Application.configure do # Expands the lines which load the assets config.assets.debug = true + + # hacky, but otherwise getting certificate error, and doesn't seem dangerous in development mode: + OpenSSL::SSL::VERIFY_PEER = OpenSSL::SSL::VERIFY_NONE + end |