vifreefly / kimuraframework

Kimurai is a modern web scraping framework written in Ruby which works out of box with Headless Chromium/Firefox, PhantomJS, or simple HTTP requests and allows to scrape and interact with JavaScript rendered websites

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to handle OpenSSL::SSL::SSLError: wrong signature type?

amitpatelx opened this issue · comments

I am using mechanize engine and set the config to ignore_ssl_errors: true but still I can't get over this error.

FATAL -- : Spider: stopped: {:spider_name=>nil, :status=>:failed, :error=>"#<OpenSSL::SSL::SSLError: SSL_connect returned=1 errno=0 state=error: wrong signature type>", :environment=>"development", :start_time=>2021-08-11 15:29:34 +0530, :stop_time=>2021-08-11 15:29:35 +0530, :running_time=>"0s", :visits=>{:requests=>1, :responses=>0}, :items=>{:sent=>0, :processed=>0}, :events=>{:requests_errors=>{}, :drop_items_errors=>{}, :custom=>{}}}
OpenSSL::SSL::SSLError: SSL_connect returned=1 errno=0 state=error: wrong signature type
commented

@amitpatelx Did you find a way around this ?