We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am using mechanize engine and set the config to ignore_ssl_errors: true but still I can't get over this error.
ignore_ssl_errors: true
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
The text was updated successfully, but these errors were encountered:
@amitpatelx Did you find a way around this ?
Sorry, something went wrong.
No branches or pull requests
I am using mechanize engine and set the config to
ignore_ssl_errors: true
but still I can't get over this error.The text was updated successfully, but these errors were encountered: