Skip to content

Commit

Permalink
Probando con SSLv23
Browse files Browse the repository at this point in the history
  • Loading branch information
faloi committed Jul 27, 2020
1 parent 212f661 commit 2fcf5f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.rb
Expand Up @@ -8,7 +8,7 @@

class ZonaPropWebScraper
def initialize
@agent = Mechanize.new{|a| a.ssl_version, a.verify_mode = 'SSLv3', OpenSSL::SSL::VERIFY_NONE}
@agent = Mechanize.new {|a| a.ssl_version, a.verify_mode = 'SSLv23', OpenSSL::SSL::VERIFY_NONE}
end

def leer_avisos!
Expand Down

0 comments on commit 2fcf5f2

Please sign in to comment.