Commit 12ccc7272796f0229c6513463c855bbceaac971d
Exists in
theme-brasil-digital-from-staging
and in
9 other branches
Merge branch 'hotfixes' into stable
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
lib/feed_handler.rb
| @@ -48,6 +48,7 @@ class FeedHandler | @@ -48,6 +48,7 @@ class FeedHandler | ||
| 48 | else | 48 | else |
| 49 | header.merge!(:proxy => ENV['FEED_HTTP_PROXY']) if ENV['FEED_HTTP_PROXY'] | 49 | header.merge!(:proxy => ENV['FEED_HTTP_PROXY']) if ENV['FEED_HTTP_PROXY'] |
| 50 | end | 50 | end |
| 51 | + header.merge!(ssl_verify_mode: OpenSSL::SSL::VERIFY_NONE) | ||
| 51 | open(address, header, &block) | 52 | open(address, header, &block) |
| 52 | end | 53 | end |
| 53 | return content | 54 | return content |