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
Hi @dhulihan! Thanks for writing this gem. I am trying to use it on Etsy and running into the following problem with https:
product = Fletcher.fetch "https://www.etsy.com/listing/182765492/cereal-killer-spoonhand-stampedunique" OpenSSL::SSL::SSLError: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed
MetaInspector gem has a solution for similar problem where it allows you to pass Faraday configuration disabling SSL verification.
Is it possible to add something similar here now that a lot of ecommerce sites are on https?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi @dhulihan! Thanks for writing this gem. I am trying to use it on Etsy and running into the following problem with https:
MetaInspector gem has a solution for similar problem where it allows you to pass Faraday configuration disabling SSL verification.
Is it possible to add something similar here now that a lot of ecommerce sites are on https?
The text was updated successfully, but these errors were encountered: